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 2005/10/10 00:31:58 UTC

svn commit: r312506 - /directory/shared/ldap/trunk/apache2-provider/project.xml

Author: elecharny
Date: Sun Oct  9 15:31:49 2005
New Revision: 312506

URL: http://svn.apache.org/viewcvs?rev=312506&view=rev
Log:
Added the dependency to commons-collections

Modified:
    directory/shared/ldap/trunk/apache2-provider/project.xml

Modified: directory/shared/ldap/trunk/apache2-provider/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/apache2-provider/project.xml?rev=312506&r1=312505&r2=312506&view=diff
==============================================================================
--- directory/shared/ldap/trunk/apache2-provider/project.xml (original)
+++ directory/shared/ldap/trunk/apache2-provider/project.xml Sun Oct  9 15:31:49 2005
@@ -26,6 +26,11 @@
             <type>jar</type>
             <url>http://jakarta.apache.org/commons/lang/api</url>
         </dependency>
+	    <dependency>
+	      <groupId>commons-collections</groupId>
+	      <artifactId>commons-collections</artifactId>
+	      <version>3.1</version>
+	    </dependency>
         <dependency>
             <groupId>directory-asn1</groupId>
             <artifactId>asn1-codec</artifactId>