You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2008/02/07 08:32:13 UTC

svn commit: r619299 - /commons/proper/configuration/branches/configuration2_experimental/pom.xml

Author: oheger
Date: Wed Feb  6 23:32:13 2008
New Revision: 619299

URL: http://svn.apache.org/viewvc?rev=619299&view=rev
Log:
We do not depend on commons-collections any more

Modified:
    commons/proper/configuration/branches/configuration2_experimental/pom.xml

Modified: commons/proper/configuration/branches/configuration2_experimental/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/pom.xml?rev=619299&r1=619298&r2=619299&view=diff
==============================================================================
--- commons/proper/configuration/branches/configuration2_experimental/pom.xml (original)
+++ commons/proper/configuration/branches/configuration2_experimental/pom.xml Wed Feb  6 23:32:13 2008
@@ -189,14 +189,7 @@
         </contributor>
     </contributors>
 
-  <!-- Lang should depend on very little -->
   <dependencies>
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <version>3.2</version>
-    </dependency>
-
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>