You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/10/19 23:53:02 UTC

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

Author: akarasulu
Date: Wed Oct 19 14:53:00 2005
New Revision: 326721

URL: http://svn.apache.org/viewcvs?rev=326721&view=rev
Log:
adding back removed dep on asn1-codec jar

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=326721&r1=326720&r2=326721&view=diff
==============================================================================
--- directory/shared/ldap/trunk/apache2-provider/project.xml (original)
+++ directory/shared/ldap/trunk/apache2-provider/project.xml Wed Oct 19 14:53:00 2005
@@ -32,6 +32,12 @@
         </dependency>
         <dependency>
             <groupId>directory-asn1</groupId>
+            <artifactId>asn1-codec</artifactId>
+            <version>0.3.3-SNAPSHOT</version>
+            <url>http://directory.apache.org/subprojects/asn1/codec</url>
+        </dependency>
+        <dependency>
+            <groupId>directory-asn1</groupId>
             <artifactId>asn1-new-ber</artifactId>
             <version>0.3.3-SNAPSHOT</version>
             <type>jar</type>