Author: andre
Date: 2010-04-22 21:17:00 +0200 (Thu, 22 Apr 2010)
New Revision: 42029

Modified:
   mmweb/trunk/pom.xml
Log:
removing some depencies, updating version, need to review this some more


Modified: mmweb/trunk/pom.xml
===================================================================
--- mmweb/trunk/pom.xml 2010-04-22 19:13:41 UTC (rev 42028)
+++ mmweb/trunk/pom.xml 2010-04-22 19:17:00 UTC (rev 42029)
@@ -6,7 +6,7 @@
   <name>MMBase Web-site</name>
   <groupId>org.mmbase</groupId>
   <artifactId>mmbase-website</artifactId>
-  <version>1</version>
+  <version>2.0</version>
   <packaging>war</packaging>
 
   <description>The web-site www.mmbase.org</description>
@@ -82,12 +82,6 @@
       <version>${mmbase.version}</version>
       <type>war</type>
     </dependency>
-    <dependency>
-      <groupId>org.mmbase</groupId>
-      <artifactId>mmbase-packaging</artifactId>
-      <version>${mmbase.version}</version>
-      <type>war</type>
-    </dependency>
 
     <dependency>
       <groupId>javax.servlet</groupId>
@@ -124,20 +118,6 @@
       <scope>provided</scope>
     </dependency>
 
-
-    <!-- I think the following dependencies are silly -->
-    <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.4</version>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-validator</groupId>
-      <artifactId>commons-validator</artifactId>
-      <version>1.3.1</version>
-    </dependency>
-
   </dependencies>
 
 

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to