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/01/24 16:47:18 UTC

svn commit: r1062838 - /directory/apacheds/trunk/xdbm-partition/pom.xml

Author: pamarcelot
Date: Mon Jan 24 15:47:17 2011
New Revision: 1062838

URL: http://svn.apache.org/viewvc?rev=1062838&view=rev
Log:
Added missing dependency to "shared-util".

Modified:
    directory/apacheds/trunk/xdbm-partition/pom.xml

Modified: directory/apacheds/trunk/xdbm-partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-partition/pom.xml?rev=1062838&r1=1062837&r2=1062838&view=diff
==============================================================================
--- directory/apacheds/trunk/xdbm-partition/pom.xml (original)
+++ directory/apacheds/trunk/xdbm-partition/pom.xml Mon Jan 24 15:47:17 2011
@@ -75,6 +75,11 @@
       <groupId>org.apache.directory.shared</groupId>
       <artifactId>shared-ldap-schema</artifactId>
     </dependency>
+    
+    <dependency>
+      <groupId>org.apache.directory.shared</groupId>
+      <artifactId>shared-util</artifactId>
+    </dependency>
   </dependencies>
 
   <build>