Author: akarasulu
Date: Fri Apr 10 05:57:15 2009
New Revision: 763878
URL: http://svn.apache.org/viewvc?rev=763878&view=rev
Log:
adding missing test dependency on schema extras
Modified:
directory/apacheds/branches/ldif-partition/jdbm-partition/pom.xml
Modified: directory/apacheds/branches/ldif-partition/jdbm-partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/ldif-partition/jdbm-partition/pom.xml?rev=763878&r1=763877&r2=763878&view=diff
==============================================================================
--- directory/apacheds/branches/ldif-partition/jdbm-partition/pom.xml (original)
+++ directory/apacheds/branches/ldif-partition/jdbm-partition/pom.xml Fri Apr 10 05:57:15
2009
@@ -117,6 +117,13 @@
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>apacheds-schema-extras</artifactId>
+ <version>${pom.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>apacheds-schema-bootstrap</artifactId>
<version>${pom.version}</version>
<scope>test</scope>
|