You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2008/05/24 01:07:59 UTC

svn commit: r659707 - /directory/apacheds/branches/bigbang/core/pom.xml

Author: akarasulu
Date: Fri May 23 16:07:58 2008
New Revision: 659707

URL: http://svn.apache.org/viewvc?rev=659707&view=rev
Log:
adding test scope dependency to use xdbm-tools library for debugging

Modified:
    directory/apacheds/branches/bigbang/core/pom.xml

Modified: directory/apacheds/branches/bigbang/core/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/pom.xml?rev=659707&r1=659706&r2=659707&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/pom.xml (original)
+++ directory/apacheds/branches/bigbang/core/pom.xml Fri May 23 16:07:58 2008
@@ -51,6 +51,12 @@
 
     <dependency>
       <groupId>org.apache.directory.server</groupId>
+      <artifactId>apacheds-xdbm-tools</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-schema-bootstrap</artifactId>
       <version>${pom.version}</version>
     </dependency>