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 2015/03/13 18:23:30 UTC

svn commit: r1666522 - /directory/shared/trunk/ldap/client/api/pom.xml

Author: elecharny
Date: Fri Mar 13 17:23:30 2015
New Revision: 1666522

URL: http://svn.apache.org/r1666522
Log:
o Imported the aci package which was missing
o added a dependency on the ACI package

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

Modified: directory/shared/trunk/ldap/client/api/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/client/api/pom.xml?rev=1666522&r1=1666521&r2=1666522&view=diff
==============================================================================
--- directory/shared/trunk/ldap/client/api/pom.xml (original)
+++ directory/shared/trunk/ldap/client/api/pom.xml Fri Mar 13 17:23:30 2015
@@ -60,6 +60,11 @@
 
     <dependency>
       <groupId>${project.groupId}</groupId>
+      <artifactId>api-ldap-extras-aci</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>${project.groupId}</groupId>
       <artifactId>api-ldap-extras-codec</artifactId>
     </dependency>
 
@@ -137,6 +142,8 @@
               org.apache.directory.api.asn1;version=${project.version},
               org.apache.directory.api.asn1.util;version=${project.version},
               org.apache.directory.api.i18n;version=${project.version},
+              org.apache.directory.api.ldap.aci;version=${project.version},
+              org.apache.directory.api.ldap.aci.protectedItem;version=${project.version},
               org.apache.directory.api.ldap.codec.api;version=${project.version},
               org.apache.directory.api.ldap.extras.controls.ppolicy_impl;version=${project.version},
               org.apache.directory.api.ldap.extras.controls.ppolicy;version=${project.version},