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/24 09:07:37 UTC

svn commit: r1222934 - /directory/shared/trunk/integ/pom.xml

Author: pamarcelot
Date: Sat Dec 24 08:07:37 2011
New Revision: 1222934

URL: http://svn.apache.org/viewvc?rev=1222934&view=rev
Log:
Fixed test breakage (missing dependency).

Modified:
    directory/shared/trunk/integ/pom.xml

Modified: directory/shared/trunk/integ/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/integ/pom.xml?rev=1222934&r1=1222933&r2=1222934&view=diff
==============================================================================
--- directory/shared/trunk/integ/pom.xml (original)
+++ directory/shared/trunk/integ/pom.xml Sat Dec 24 08:07:37 2011
@@ -62,6 +62,12 @@
 
     <dependency>
       <groupId>${project.groupId}</groupId>
+      <artifactId>shared-ldap-extras-aci</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>${project.groupId}</groupId>
       <artifactId>shared-ldap-extras-codec</artifactId>
       <scope>test</scope>
     </dependency>