You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2007/01/14 21:35:42 UTC

svn commit: r496134 - /directory/trunks/shared/convert/pom.xml

Author: elecharny
Date: Sun Jan 14 12:35:41 2007
New Revision: 496134

URL: http://svn.apache.org/viewvc?view=rev&rev=496134
Log:
removed useless dependencies

Modified:
    directory/trunks/shared/convert/pom.xml

Modified: directory/trunks/shared/convert/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/shared/convert/pom.xml?view=diff&rev=496134&r1=496133&r2=496134
==============================================================================
--- directory/trunks/shared/convert/pom.xml (original)
+++ directory/trunks/shared/convert/pom.xml Sun Jan 14 12:35:41 2007
@@ -70,18 +70,6 @@
     </dependency>
 
     <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <version>3.0</version>
-    </dependency>
-
-    <dependency>
       <groupId>org.apache.directory.shared</groupId>
       <artifactId>shared-ldap</artifactId>
       <version>${pom.version}</version>