Author: akarasulu
Date: Mon Feb 14 02:35:51 2011
New Revision: 1070370
URL: http://svn.apache.org/viewvc?rev=1070370&view=rev
Log:
DIRSHARED-88: fixing build after removing shared-ldap
Modified:
directory/studio/branches/m1/application/application-plugins/pom.xml
directory/studio/branches/m1/libraries/org.apache.directory.server.config/pom.xml
directory/studio/branches/m1/libraries/org.apache.directory.server.core.api/pom.xml
directory/studio/branches/m1/libraries/org.apache.directory.server.core.avl/pom.xml
directory/studio/branches/m1/libraries/org.apache.directory.server.core/pom.xml
directory/studio/branches/m1/libraries/org.apache.directory.server.ldif.partition/pom.xml
directory/studio/branches/m1/libraries/org.apache.directory.server.xdbm.partition/pom.xml
directory/studio/branches/m1/plugins/aciitemeditor/pom.xml
directory/studio/branches/m1/plugins/apacheds-launcher/pom.xml
directory/studio/branches/m1/plugins/apacheds.configuration.v2/pom.xml
directory/studio/branches/m1/plugins/apacheds.configuration/pom.xml
directory/studio/branches/m1/plugins/connection.core/pom.xml
directory/studio/branches/m1/plugins/connection.ui/pom.xml
directory/studio/branches/m1/plugins/ldapbrowser.common/pom.xml
directory/studio/branches/m1/plugins/ldapbrowser.core/pom.xml
directory/studio/branches/m1/plugins/ldapbrowser.ui/pom.xml
directory/studio/branches/m1/plugins/ldifeditor/pom.xml
directory/studio/branches/m1/plugins/ldifparser/pom.xml
directory/studio/branches/m1/plugins/schemaeditor/pom.xml
directory/studio/branches/m1/plugins/valueeditors/pom.xml
directory/studio/branches/m1/pom.xml
directory/studio/branches/m1/tests/test.integration.ui/pom.xml
Modified: directory/studio/branches/m1/application/application-plugins/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/application/application-plugins/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/application/application-plugins/pom.xml (original)
+++ directory/studio/branches/m1/application/application-plugins/pom.xml Mon Feb 14 02:35:51
2011
@@ -72,10 +72,6 @@
</artifactItem>
<artifactItem>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- </artifactItem>
- <artifactItem>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-codec</artifactId>
</artifactItem>
<artifactItem>
Modified: directory/studio/branches/m1/libraries/org.apache.directory.server.config/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/libraries/org.apache.directory.server.config/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/libraries/org.apache.directory.server.config/pom.xml (original)
+++ directory/studio/branches/m1/libraries/org.apache.directory.server.config/pom.xml Mon
Feb 14 02:35:51 2011
@@ -90,7 +90,6 @@
org.apache.directory.server.i18n;bundle-version="${org.apache.directory.server.validversion}",
org.apache.directory.server.ldif.partition;bundle-version="${org.apache.directory.server.validversion}",
org.apache.directory.server.xdbm.partition;bundle-version="${org.apache.directory.server.validversion}",
- org.apache.directory.shared.ldap;bundle-version="${org.apache.directory.shared.validversion}",
org.apache.directory.shared.ldap.model;bundle-version="${org.apache.directory.shared.validversion}",
org.apache.directory.shared.util;bundle-version="${org.apache.directory.shared.validversion}",
org.slf4j.api;bundle-version="${org.slf4j.version}"</Require-Bundle>
@@ -144,10 +143,6 @@
</exclusion>
<exclusion>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-model</artifactId>
</exclusion>
<exclusion>
@@ -162,11 +157,6 @@
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-model</artifactId>
<scope>provided</scope>
</dependency>
Modified: directory/studio/branches/m1/libraries/org.apache.directory.server.core.api/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/libraries/org.apache.directory.server.core.api/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/libraries/org.apache.directory.server.core.api/pom.xml (original)
+++ directory/studio/branches/m1/libraries/org.apache.directory.server.core.api/pom.xml Mon
Feb 14 02:35:51 2011
@@ -165,10 +165,6 @@
</exclusion>
<exclusion>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-codec</artifactId>
</exclusion>
<exclusion>
@@ -240,11 +236,6 @@
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-codec</artifactId>
<scope>provided</scope>
</dependency>
Modified: directory/studio/branches/m1/libraries/org.apache.directory.server.core.avl/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/libraries/org.apache.directory.server.core.avl/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/libraries/org.apache.directory.server.core.avl/pom.xml (original)
+++ directory/studio/branches/m1/libraries/org.apache.directory.server.core.avl/pom.xml Mon
Feb 14 02:35:51 2011
@@ -134,10 +134,6 @@
</exclusion>
<exclusion>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-model</artifactId>
</exclusion>
<exclusion>
@@ -157,11 +153,6 @@
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-model</artifactId>
<scope>provided</scope>
</dependency>
Modified: directory/studio/branches/m1/libraries/org.apache.directory.server.core/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/libraries/org.apache.directory.server.core/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/libraries/org.apache.directory.server.core/pom.xml (original)
+++ directory/studio/branches/m1/libraries/org.apache.directory.server.core/pom.xml Mon Feb
14 02:35:51 2011
@@ -166,10 +166,6 @@
</exclusion>
<exclusion>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-codec</artifactId>
</exclusion>
<exclusion>
@@ -222,11 +218,6 @@
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-codec</artifactId>
<scope>provided</scope>
</dependency>
Modified: directory/studio/branches/m1/libraries/org.apache.directory.server.ldif.partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/libraries/org.apache.directory.server.ldif.partition/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/libraries/org.apache.directory.server.ldif.partition/pom.xml
(original)
+++ directory/studio/branches/m1/libraries/org.apache.directory.server.ldif.partition/pom.xml
Mon Feb 14 02:35:51 2011
@@ -161,10 +161,6 @@
</exclusion>
<exclusion>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-model</artifactId>
</exclusion>
<exclusion>
@@ -188,11 +184,6 @@
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-model</artifactId>
<scope>provided</scope>
</dependency>
Modified: directory/studio/branches/m1/libraries/org.apache.directory.server.xdbm.partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/libraries/org.apache.directory.server.xdbm.partition/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/libraries/org.apache.directory.server.xdbm.partition/pom.xml
(original)
+++ directory/studio/branches/m1/libraries/org.apache.directory.server.xdbm.partition/pom.xml
Mon Feb 14 02:35:51 2011
@@ -155,10 +155,6 @@
</exclusion>
<exclusion>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-model</artifactId>
</exclusion>
<exclusion>
@@ -202,11 +198,6 @@
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-model</artifactId>
<scope>provided</scope>
</dependency>
Modified: directory/studio/branches/m1/plugins/aciitemeditor/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/plugins/aciitemeditor/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/plugins/aciitemeditor/pom.xml (original)
+++ directory/studio/branches/m1/plugins/aciitemeditor/pom.xml Mon Feb 14 02:35:51 2011
@@ -153,12 +153,6 @@
<!-- Apache Directory Studio library plugins dependencies -->
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-extras-aci</artifactId>
</dependency>
Modified: directory/studio/branches/m1/plugins/apacheds-launcher/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/plugins/apacheds-launcher/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/plugins/apacheds-launcher/pom.xml (original)
+++ directory/studio/branches/m1/plugins/apacheds-launcher/pom.xml Mon Feb 14 02:35:51 2011
@@ -491,10 +491,6 @@
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-constants</artifactId>
</dependency>
<dependency>
Modified: directory/studio/branches/m1/plugins/apacheds.configuration.v2/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/plugins/apacheds.configuration.v2/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/plugins/apacheds.configuration.v2/pom.xml (original)
+++ directory/studio/branches/m1/plugins/apacheds.configuration.v2/pom.xml Mon Feb 14 02:35:51
2011
@@ -160,11 +160,6 @@
<!-- Apache Directory Studio library plugins dependencies -->
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-model</artifactId>
<scope>provided</scope>
</dependency>
Modified: directory/studio/branches/m1/plugins/apacheds.configuration/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/plugins/apacheds.configuration/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/plugins/apacheds.configuration/pom.xml (original)
+++ directory/studio/branches/m1/plugins/apacheds.configuration/pom.xml Mon Feb 14 02:35:51
2011
@@ -152,11 +152,6 @@
<!-- Apache Directory Studio library plugins dependencies -->
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-util</artifactId>
<scope>provided</scope>
</dependency>
Modified: directory/studio/branches/m1/plugins/connection.core/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/plugins/connection.core/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/plugins/connection.core/pom.xml (original)
+++ directory/studio/branches/m1/plugins/connection.core/pom.xml Mon Feb 14 02:35:51 2011
@@ -160,11 +160,6 @@
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-model</artifactId>
<scope>provided</scope>
</dependency>
@@ -244,4 +239,4 @@
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: directory/studio/branches/m1/plugins/connection.ui/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/plugins/connection.ui/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/plugins/connection.ui/pom.xml (original)
+++ directory/studio/branches/m1/plugins/connection.ui/pom.xml Mon Feb 14 02:35:51 2011
@@ -153,11 +153,6 @@
<dependencies>
<!-- Apache Directory Studio library plugins dependencies -->
<dependency>
- <groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>org.bouncycastle.bcprov.jdk15</artifactId>
<scope>provided</scope>
@@ -258,4 +253,4 @@
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: directory/studio/branches/m1/plugins/ldapbrowser.common/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/plugins/ldapbrowser.common/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/plugins/ldapbrowser.common/pom.xml (original)
+++ directory/studio/branches/m1/plugins/ldapbrowser.common/pom.xml Mon Feb 14 02:35:51 2011
@@ -154,11 +154,6 @@
<dependencies>
<!-- Apache Directory Studio library plugins dependencies -->
<dependency>
- <groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>org.apache.commons.io</artifactId>
<scope>provided</scope>
@@ -277,11 +272,6 @@
<artifactId>x86</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
</dependencies>
</project>
Modified: directory/studio/branches/m1/plugins/ldapbrowser.core/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/plugins/ldapbrowser.core/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/plugins/ldapbrowser.core/pom.xml (original)
+++ directory/studio/branches/m1/plugins/ldapbrowser.core/pom.xml Mon Feb 14 02:35:51 2011
@@ -172,11 +172,6 @@
<!-- Apache Directory Studio library plugins dependencies -->
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-dsml-parser</artifactId>
<scope>provided</scope>
</dependency>
Modified: directory/studio/branches/m1/plugins/ldapbrowser.ui/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/plugins/ldapbrowser.ui/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/plugins/ldapbrowser.ui/pom.xml (original)
+++ directory/studio/branches/m1/plugins/ldapbrowser.ui/pom.xml Mon Feb 14 02:35:51 2011
@@ -167,11 +167,6 @@
<dependencies>
<!-- Apache Directory Studio library plugins dependencies -->
<dependency>
- <groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>org.apache.commons.io</artifactId>
<scope>provided</scope>
@@ -322,4 +317,4 @@
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: directory/studio/branches/m1/plugins/ldifeditor/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/plugins/ldifeditor/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/plugins/ldifeditor/pom.xml (original)
+++ directory/studio/branches/m1/plugins/ldifeditor/pom.xml Mon Feb 14 02:35:51 2011
@@ -162,12 +162,6 @@
<dependencies>
<!-- Apache Directory Studio library plugins dependencies -->
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
-
<!-- Apache Directory Studio plugins dependencies -->
<dependency>
<groupId>org.apache.directory.studio</groupId>
@@ -303,4 +297,4 @@
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: directory/studio/branches/m1/plugins/ldifparser/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/plugins/ldifparser/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/plugins/ldifparser/pom.xml (original)
+++ directory/studio/branches/m1/plugins/ldifparser/pom.xml Mon Feb 14 02:35:51 2011
@@ -119,11 +119,6 @@
<dependencies>
<!-- Apache Directory Studio library plugins dependencies -->
<dependency>
- <groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>org.apache.commons.codec</artifactId>
<scope>provided</scope>
@@ -143,4 +138,4 @@
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: directory/studio/branches/m1/plugins/schemaeditor/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/plugins/schemaeditor/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/plugins/schemaeditor/pom.xml (original)
+++ directory/studio/branches/m1/plugins/schemaeditor/pom.xml Mon Feb 14 02:35:51 2011
@@ -164,11 +164,6 @@
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-schema</artifactId>
<scope>provided</scope>
</dependency>
@@ -332,4 +327,4 @@
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: directory/studio/branches/m1/plugins/valueeditors/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/plugins/valueeditors/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/plugins/valueeditors/pom.xml (original)
+++ directory/studio/branches/m1/plugins/valueeditors/pom.xml Mon Feb 14 02:35:51 2011
@@ -166,11 +166,6 @@
<!-- Apache Directory Studio library plugins dependencies -->
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-util</artifactId>
<scope>provided</scope>
</dependency>
@@ -262,4 +257,4 @@
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: directory/studio/branches/m1/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/pom.xml (original)
+++ directory/studio/branches/m1/pom.xml Mon Feb 14 02:35:51 2011
@@ -1386,11 +1386,6 @@
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</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>
Modified: directory/studio/branches/m1/tests/test.integration.ui/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/m1/tests/test.integration.ui/pom.xml?rev=1070370&r1=1070369&r2=1070370&view=diff
==============================================================================
--- directory/studio/branches/m1/tests/test.integration.ui/pom.xml (original)
+++ directory/studio/branches/m1/tests/test.integration.ui/pom.xml Mon Feb 14 02:35:51 2011
@@ -355,10 +355,6 @@
</exclusion>
<exclusion>
<groupId>org.apache.directory.shared</groupId>
- <artifactId>shared-ldap</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-schema</artifactId>
</exclusion>
<exclusion>
|