Author: pamarcelot
Date: Mon Feb 7 13:21:42 2011
New Revision: 1067943
URL: http://svn.apache.org/viewvc?rev=1067943&view=rev
Log:
Updated dependencies.
Modified:
directory/apacheds/branches/m1/core-annotations/pom.xml
directory/apacheds/branches/m1/core-api/pom.xml
directory/apacheds/branches/m1/core-avl/pom.xml
directory/apacheds/branches/m1/core-integ/pom.xml
directory/apacheds/branches/m1/core-jndi/pom.xml
directory/apacheds/branches/m1/core/pom.xml
directory/apacheds/branches/m1/http-directory-bridge/pom.xml
directory/apacheds/branches/m1/http-integration/pom.xml
directory/apacheds/branches/m1/interceptor-kerberos/pom.xml
directory/apacheds/branches/m1/jdbm-partition/pom.xml
directory/apacheds/branches/m1/kerberos-codec/pom.xml
directory/apacheds/branches/m1/ldap-client-test/pom.xml
directory/apacheds/branches/m1/ldif-partition/pom.xml
directory/apacheds/branches/m1/pom.xml
directory/apacheds/branches/m1/protocol-dns/pom.xml
directory/apacheds/branches/m1/protocol-kerberos/pom.xml
directory/apacheds/branches/m1/protocol-ldap/pom.xml
directory/apacheds/branches/m1/protocol-shared/pom.xml
directory/apacheds/branches/m1/server-annotations/pom.xml
directory/apacheds/branches/m1/server-config/pom.xml
directory/apacheds/branches/m1/server-integ/pom.xml
directory/apacheds/branches/m1/server-jndi/pom.xml
directory/apacheds/branches/m1/server-replication/pom.xml
directory/apacheds/branches/m1/service-builder/pom.xml
directory/apacheds/branches/m1/service/pom.xml
directory/apacheds/branches/m1/test-framework/pom.xml
directory/apacheds/branches/m1/xdbm-partition/pom.xml
directory/apacheds/branches/m1/xdbm-tools/pom.xml
Modified: directory/apacheds/branches/m1/core-annotations/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/core-annotations/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/core-annotations/pom.xml (original)
+++ directory/apacheds/branches/m1/core-annotations/pom.xml Mon Feb 7 13:21:42 2011
@@ -85,7 +85,17 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <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>
</project>
Modified: directory/apacheds/branches/m1/core-api/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/core-api/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/core-api/pom.xml (original)
+++ directory/apacheds/branches/m1/core-api/pom.xml Mon Feb 7 13:21:42 2011
@@ -89,6 +89,16 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-codec</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-schema</artifactId>
</dependency>
Modified: directory/apacheds/branches/m1/core-avl/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/core-avl/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/core-avl/pom.xml (original)
+++ directory/apacheds/branches/m1/core-avl/pom.xml Mon Feb 7 13:21:42 2011
@@ -52,6 +52,11 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-util</artifactId>
</dependency>
</dependencies>
Modified: directory/apacheds/branches/m1/core-integ/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/core-integ/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/core-integ/pom.xml (original)
+++ directory/apacheds/branches/m1/core-integ/pom.xml Mon Feb 7 13:21:42 2011
@@ -97,6 +97,16 @@
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-codec</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
Modified: directory/apacheds/branches/m1/core-jndi/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/core-jndi/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/core-jndi/pom.xml (original)
+++ directory/apacheds/branches/m1/core-jndi/pom.xml Mon Feb 7 13:21:42 2011
@@ -77,6 +77,21 @@
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-codec</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-util</artifactId>
+ </dependency>
</dependencies>
<build>
Modified: directory/apacheds/branches/m1/core/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/core/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/core/pom.xml (original)
+++ directory/apacheds/branches/m1/core/pom.xml Mon Feb 7 13:21:42 2011
@@ -88,6 +88,16 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-codec</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-schema</artifactId>
</dependency>
Modified: directory/apacheds/branches/m1/http-directory-bridge/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/http-directory-bridge/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/http-directory-bridge/pom.xml (original)
+++ directory/apacheds/branches/m1/http-directory-bridge/pom.xml Mon Feb 7 13:21:42 2011
@@ -26,6 +26,11 @@
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
</dependencies>
</project>
Modified: directory/apacheds/branches/m1/http-integration/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/http-integration/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/http-integration/pom.xml (original)
+++ directory/apacheds/branches/m1/http-integration/pom.xml Mon Feb 7 13:21:42 2011
@@ -68,6 +68,11 @@
</dependency>
<dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
</dependency>
Modified: directory/apacheds/branches/m1/interceptor-kerberos/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/interceptor-kerberos/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/interceptor-kerberos/pom.xml (original)
+++ directory/apacheds/branches/m1/interceptor-kerberos/pom.xml Mon Feb 7 13:21:42 2011
@@ -63,6 +63,11 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-util</artifactId>
</dependency>
</dependencies>
Modified: directory/apacheds/branches/m1/jdbm-partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/jdbm-partition/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/jdbm-partition/pom.xml (original)
+++ directory/apacheds/branches/m1/jdbm-partition/pom.xml Mon Feb 7 13:21:42 2011
@@ -98,8 +98,18 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <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>
Modified: directory/apacheds/branches/m1/kerberos-codec/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/kerberos-codec/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/kerberos-codec/pom.xml (original)
+++ directory/apacheds/branches/m1/kerberos-codec/pom.xml Mon Feb 7 13:21:42 2011
@@ -59,28 +59,38 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
+ <artifactId>shared-asn1-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-asn1-api</artifactId>
+ <artifactId>shared-asn1-ber</artifactId>
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-asn1-ber</artifactId>
+ <artifactId>shared-i18n</artifactId>
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-i18n</artifactId>
+ <artifactId>shared-ldap</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-util</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>net.sf.ehcache</groupId>
+ <artifactId>ehcache-core</artifactId>
+ </dependency>
</dependencies>
<build>
Modified: directory/apacheds/branches/m1/ldap-client-test/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/ldap-client-test/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/ldap-client-test/pom.xml (original)
+++ directory/apacheds/branches/m1/ldap-client-test/pom.xml Mon Feb 7 13:21:42 2011
@@ -73,9 +73,19 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-schema</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-util</artifactId>
+ </dependency>
+
<!-- Other dependencies -->
<dependency>
<groupId>org.apache.directory.shared</groupId>
Modified: directory/apacheds/branches/m1/ldif-partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/ldif-partition/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/ldif-partition/pom.xml (original)
+++ directory/apacheds/branches/m1/ldif-partition/pom.xml Mon Feb 7 13:21:42 2011
@@ -75,8 +75,18 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <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>
Modified: directory/apacheds/branches/m1/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/pom.xml (original)
+++ directory/apacheds/branches/m1/pom.xml Mon Feb 7 13:21:42 2011
@@ -735,6 +735,18 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-codec</artifactId>
+ <version>${org.apache.directory.shared.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ <version>${org.apache.directory.shared.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-schema</artifactId>
<version>${org.apache.directory.shared.version}</version>
</dependency>
Modified: directory/apacheds/branches/m1/protocol-dns/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/protocol-dns/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/protocol-dns/pom.xml (original)
+++ directory/apacheds/branches/m1/protocol-dns/pom.xml Mon Feb 7 13:21:42 2011
@@ -68,6 +68,11 @@
</dependency>
<dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
</dependency>
Modified: directory/apacheds/branches/m1/protocol-kerberos/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/protocol-kerberos/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/protocol-kerberos/pom.xml (original)
+++ directory/apacheds/branches/m1/protocol-kerberos/pom.xml Mon Feb 7 13:21:42 2011
@@ -68,9 +68,19 @@
</dependency>
<dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>net.sf.ehcache</groupId>
+ <artifactId>ehcache-core</artifactId>
+ </dependency>
</dependencies>
<build>
Modified: directory/apacheds/branches/m1/protocol-ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/protocol-ldap/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/protocol-ldap/pom.xml (original)
+++ directory/apacheds/branches/m1/protocol-ldap/pom.xml Mon Feb 7 13:21:42 2011
@@ -96,6 +96,16 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-codec</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-util</artifactId>
</dependency>
Modified: directory/apacheds/branches/m1/protocol-shared/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/protocol-shared/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/protocol-shared/pom.xml (original)
+++ directory/apacheds/branches/m1/protocol-shared/pom.xml Mon Feb 7 13:21:42 2011
@@ -52,6 +52,11 @@
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
</dependencies>
<build>
Modified: directory/apacheds/branches/m1/server-annotations/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/server-annotations/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/server-annotations/pom.xml (original)
+++ directory/apacheds/branches/m1/server-annotations/pom.xml Mon Feb 7 13:21:42 2011
@@ -72,6 +72,16 @@
</dependency>
<dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-codec</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
</dependency>
Modified: directory/apacheds/branches/m1/server-config/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/server-config/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/server-config/pom.xml (original)
+++ directory/apacheds/branches/m1/server-config/pom.xml Mon Feb 7 13:21:42 2011
@@ -57,10 +57,20 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-schema</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-util</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
Modified: directory/apacheds/branches/m1/server-integ/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/server-integ/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/server-integ/pom.xml (original)
+++ directory/apacheds/branches/m1/server-integ/pom.xml Mon Feb 7 13:21:42 2011
@@ -93,10 +93,30 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-asn1-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-codec</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-util</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
</dependency>
Modified: directory/apacheds/branches/m1/server-jndi/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/server-jndi/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/server-jndi/pom.xml (original)
+++ directory/apacheds/branches/m1/server-jndi/pom.xml Mon Feb 7 13:21:42 2011
@@ -81,8 +81,18 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <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>
Modified: directory/apacheds/branches/m1/server-replication/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/server-replication/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/server-replication/pom.xml (original)
+++ directory/apacheds/branches/m1/server-replication/pom.xml Mon Feb 7 13:21:42 2011
@@ -43,5 +43,15 @@
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-util</artifactId>
+ </dependency>
</dependencies>
</project>
Modified: directory/apacheds/branches/m1/service-builder/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/service-builder/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/service-builder/pom.xml (original)
+++ directory/apacheds/branches/m1/service-builder/pom.xml Mon Feb 7 13:21:42 2011
@@ -133,6 +133,11 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-schema</artifactId>
</dependency>
Modified: directory/apacheds/branches/m1/service/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/service/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/service/pom.xml (original)
+++ directory/apacheds/branches/m1/service/pom.xml Mon Feb 7 13:21:42 2011
@@ -56,9 +56,19 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-schema</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-util</artifactId>
+ </dependency>
+
<!-- Moving the scope of inherited slf4j-log4j12 dependency to compile -->
<dependency>
<groupId>org.slf4j</groupId>
Modified: directory/apacheds/branches/m1/test-framework/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/test-framework/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/test-framework/pom.xml (original)
+++ directory/apacheds/branches/m1/test-framework/pom.xml Mon Feb 7 13:21:42 2011
@@ -52,6 +52,11 @@
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
<dependency>
<groupId>junit</groupId>
Modified: directory/apacheds/branches/m1/xdbm-partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/xdbm-partition/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/xdbm-partition/pom.xml (original)
+++ directory/apacheds/branches/m1/xdbm-partition/pom.xml Mon Feb 7 13:21:42 2011
@@ -73,6 +73,11 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-schema</artifactId>
</dependency>
Modified: directory/apacheds/branches/m1/xdbm-tools/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/m1/xdbm-tools/pom.xml?rev=1067943&r1=1067942&r2=1067943&view=diff
==============================================================================
--- directory/apacheds/branches/m1/xdbm-tools/pom.xml (original)
+++ directory/apacheds/branches/m1/xdbm-tools/pom.xml Mon Feb 7 13:21:42 2011
@@ -60,5 +60,15 @@
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-util</artifactId>
+ </dependency>
</dependencies>
</project>
|