You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2011/03/06 22:45:35 UTC

svn commit: r1078590 - /directory/shared/trunk/ldap/client/all/pom.xml

Author: felixk
Date: Sun Mar  6 21:45:34 2011
New Revision: 1078590

URL: http://svn.apache.org/viewvc?rev=1078590&view=rev
Log:
Duplicate definition

Modified:
    directory/shared/trunk/ldap/client/all/pom.xml

Modified: directory/shared/trunk/ldap/client/all/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/client/all/pom.xml?rev=1078590&r1=1078589&r2=1078590&view=diff
==============================================================================
--- directory/shared/trunk/ldap/client/all/pom.xml (original)
+++ directory/shared/trunk/ldap/client/all/pom.xml Sun Mar  6 21:45:34 2011
@@ -71,11 +71,6 @@
 
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>shared-ldap-client-api</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>${project.groupId}</groupId>
       <artifactId>shared-util</artifactId>
     </dependency>
   </dependencies>