Author: michiel
Date: 2010-01-07 18:10:13 +0100 (Thu, 07 Jan 2010)
New Revision: 40404

Modified:
   mmbase/branches/MMBase-1_9/base-webapp/pom.xml
Log:
the base-webapp is meant to base your own applications on. It is not meant as 
an example. It should not contain a database.

Modified: mmbase/branches/MMBase-1_9/base-webapp/pom.xml
===================================================================
--- mmbase/branches/MMBase-1_9/base-webapp/pom.xml      2010-01-07 17:07:47 UTC 
(rev 40403)
+++ mmbase/branches/MMBase-1_9/base-webapp/pom.xml      2010-01-07 17:10:13 UTC 
(rev 40404)
@@ -22,7 +22,7 @@
   </properties>
 
   <description>
-    This is a minimalistic war containing the essentials for an MMBase web 
applications. 
+    This is a minimalistic war containing the essentials for an MMBase web 
applications.
     This can be used as initial war overlay for your own project.
   </description>
 
@@ -79,12 +79,6 @@
       <artifactId>log4j</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>hsqldb</groupId>
-      <artifactId>hsqldb</artifactId>
-      <version>1.8.0.7</version>
-    </dependency>
-
   </dependencies>
 
 

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to