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/20 21:29:48 UTC

svn commit: r326983 - /directory/shared/ldap/trunk/apache-provider/project.xml

Author: elecharny
Date: Thu Oct 20 12:29:42 2005
New Revision: 326983

URL: http://svn.apache.org/viewcvs?rev=326983&view=rev
Log:
Deleted dependency on commons-logging.

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

Modified: directory/shared/ldap/trunk/apache-provider/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/apache-provider/project.xml?rev=326983&r1=326982&r2=326983&view=diff
==============================================================================
--- directory/shared/ldap/trunk/apache-provider/project.xml (original)
+++ directory/shared/ldap/trunk/apache-provider/project.xml Thu Oct 20 12:29:42 2005
@@ -4,6 +4,7 @@
     <pomVersion>3</pomVersion>
     <artifactId>apache-ldapber-provider</artifactId>
     <name>Apache's ASN.1 based LDAP BER Message Provider</name>
+    <groupId>apache-ldapber-provider</groupId>
     <package>org.apache.ldap.common.berlib.asn1</package>
     <inceptionYear>2004</inceptionYear>
     <shortDescription>Apache's LDAP BER Message Provider</shortDescription>
@@ -16,13 +17,6 @@
             <version>2.0</version>
             <type>jar</type>
             <url>http://jakarta.apache.org/commons/lang/api</url>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.0.3</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/logging</url>
         </dependency>
         <dependency>
             <groupId>commons-collections</groupId>