You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/07/27 11:41:57 UTC

svn commit: r979622 - /directory/apacheds/trunk/core-annotations/pom.xml

Author: seelmann
Date: Tue Jul 27 09:41:57 2010
New Revision: 979622

URL: http://svn.apache.org/viewvc?rev=979622&view=rev
Log:
Removed duplicate dependency declaration

Modified:
    directory/apacheds/trunk/core-annotations/pom.xml

Modified: directory/apacheds/trunk/core-annotations/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-annotations/pom.xml?rev=979622&r1=979621&r2=979622&view=diff
==============================================================================
--- directory/apacheds/trunk/core-annotations/pom.xml (original)
+++ directory/apacheds/trunk/core-annotations/pom.xml Tue Jul 27 09:41:57 2010
@@ -85,11 +85,6 @@
     
     <dependency>
       <groupId>org.apache.directory.shared</groupId>
-      <artifactId>shared-ldap</artifactId>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.apache.directory.shared</groupId>
       <artifactId>shared-ldap-schema</artifactId>
     </dependency>