Author: michiel
Date: 2010-01-07 19:48:33 +0100 (Thu, 07 Jan 2010)
New Revision: 40409

Modified:
   mmbase/trunk/example-webapp/pom.xml
Log:


Modified: mmbase/trunk/example-webapp/pom.xml
===================================================================
--- mmbase/trunk/example-webapp/pom.xml 2010-01-07 18:27:52 UTC (rev 40408)
+++ mmbase/trunk/example-webapp/pom.xml 2010-01-07 18:48:33 UTC (rev 40409)
@@ -38,7 +38,6 @@
       <plugin>
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>jetty-maven-plugin</artifactId>
-        <version>7.0.0.pre5</version>
         <configuration>
           <jettyEnvXml>${basedir}/jetty-env.xml</jettyEnvXml>
           <systemProperties>
@@ -46,26 +45,8 @@
               <name>jdbcUrl</name>
               <value>${jdbcUrl}</value>
             </systemProperty>
-            <systemProperty>
-              <name>com.sun.management.jmxremote</name>
-              <value></value>
-            </systemProperty>
           </systemProperties>
         </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>c3p0</groupId>
-            <artifactId>c3p0</artifactId>
-            <version>0.9.1.2</version>
-            <scope>runtime</scope>
-          </dependency>
-
-          <dependency>
-            <groupId>hsqldb</groupId>
-            <artifactId>hsqldb</artifactId>
-            <version>1.8.0.7</version>
-          </dependency>
-        </dependencies>
       </plugin>
       <!--
           it's broken.
@@ -244,6 +225,8 @@
       <version>1.8.0.7</version>
     </dependency>
 
+
+
   </dependencies>
 
   <profiles>

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

Reply via email to