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 2010/04/24 11:05:34 UTC

svn commit: r937608 - /directory/shared/trunk/ldap-schema/pom.xml

Author: elecharny
Date: Sat Apr 24 09:05:34 2010
New Revision: 937608

URL: http://svn.apache.org/viewvc?rev=937608&view=rev
Log:
Removed a useless dependency

Modified:
    directory/shared/trunk/ldap-schema/pom.xml

Modified: directory/shared/trunk/ldap-schema/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-schema/pom.xml?rev=937608&r1=937607&r2=937608&view=diff
==============================================================================
--- directory/shared/trunk/ldap-schema/pom.xml (original)
+++ directory/shared/trunk/ldap-schema/pom.xml Sat Apr 24 09:05:34 2010
@@ -62,12 +62,6 @@
       <groupId>${groupId}</groupId>
       <version>${version}</version>
     </dependency> 
-
-    <dependency>
-      <artifactId>shared-ldap-constants</artifactId>
-      <groupId>${groupId}</groupId>
-      <version>${version}</version>
-    </dependency>
   </dependencies>
 
   <build>