You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2011/12/23 18:23:44 UTC

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

Author: pamarcelot
Date: Fri Dec 23 17:23:44 2011
New Revision: 1222759

URL: http://svn.apache.org/viewvc?rev=1222759&view=rev
Log:
Added a dependency to 'shared-ldap-model'. Moved the dependency to 'shared-ldap-extras-aci' to a test scope.

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

Modified: directory/shared/trunk/ldap/schema/data/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/pom.xml?rev=1222759&r1=1222758&r2=1222759&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/pom.xml (original)
+++ directory/shared/trunk/ldap/schema/data/pom.xml Fri Dec 23 17:23:44 2011
@@ -48,7 +48,13 @@
 
     <dependency>
       <groupId>${project.groupId}</groupId>
+      <artifactId>shared-ldap-model</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>${project.groupId}</groupId>
       <artifactId>shared-ldap-extras-aci</artifactId>
+      <scope>test</scope>
     </dependency>
 
     <dependency>