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 2011/04/19 15:59:39 UTC

svn commit: r1095089 - /directory/apacheds/trunk/core-api/pom.xml

Author: elecharny
Date: Tue Apr 19 13:59:38 2011
New Revision: 1095089

URL: http://svn.apache.org/viewvc?rev=1095089&view=rev
Log:
added a missing dependency

Modified:
    directory/apacheds/trunk/core-api/pom.xml

Modified: directory/apacheds/trunk/core-api/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-api/pom.xml?rev=1095089&r1=1095088&r2=1095089&view=diff
==============================================================================
--- directory/apacheds/trunk/core-api/pom.xml (original)
+++ directory/apacheds/trunk/core-api/pom.xml Tue Apr 19 13:59:38 2011
@@ -124,6 +124,11 @@
       <scope>provided</scope>
     </dependency>
     
+    <dependency>
+      <groupId>org.apache.directory.shared</groupId>
+      <artifactId>shared-ldap-extras-codec</artifactId>
+      <scope>provided</scope>
+    </dependency>
   </dependencies>
 
   <build>