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/12/26 02:32:35 UTC

svn commit: r359036 - /directory/shared/ldap/branches/DN-refactoring/common/project.xml

Author: elecharny
Date: Sun Dec 25 17:32:30 2005
New Revision: 359036

URL: http://svn.apache.org/viewcvs?rev=359036&view=rev
Log:
Added commons-lang as a dependency

Modified:
    directory/shared/ldap/branches/DN-refactoring/common/project.xml

Modified: directory/shared/ldap/branches/DN-refactoring/common/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/branches/DN-refactoring/common/project.xml?rev=359036&r1=359035&r2=359036&view=diff
==============================================================================
--- directory/shared/ldap/branches/DN-refactoring/common/project.xml (original)
+++ directory/shared/ldap/branches/DN-refactoring/common/project.xml Sun Dec 25 17:32:30 2005
@@ -11,6 +11,13 @@
     <shortDescription>Common LDAP packages used by clients and servers.</shortDescription>
     <dependencies>
         <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.0</version>
+            <type>jar</type>
+            <url>http://jakarta.apache.org/commons/lang/api</url>
+        </dependency>
+        <dependency>
             <groupId>regexp</groupId>
             <artifactId>regexp</artifactId>
             <version>1.2</version>
@@ -52,6 +59,18 @@
             <properties>
               <eclipse.dependency>true</eclipse.dependency>
             </properties>
+        </dependency>
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <version>3.0</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>2.0.2</version>
+            <type>jar</type>
+            <url>http://jakarta.apache.org/commons/httpclient/apidocs</url>
         </dependency>
     </dependencies>