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 2010/10/15 14:53:13 UTC

svn commit: r1022897 - /directory/studio/branches/studio-connection-refactoring/plugins/connection.core/pom.xml

Author: pamarcelot
Date: Fri Oct 15 12:53:13 2010
New Revision: 1022897

URL: http://svn.apache.org/viewvc?rev=1022897&view=rev
Log:
Added 'org.apache.directory.shared.ldapclientapi' as a required bundle to be able to use the LDAP Client API.

Modified:
    directory/studio/branches/studio-connection-refactoring/plugins/connection.core/pom.xml

Modified: directory/studio/branches/studio-connection-refactoring/plugins/connection.core/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-connection-refactoring/plugins/connection.core/pom.xml?rev=1022897&r1=1022896&r2=1022897&view=diff
==============================================================================
--- directory/studio/branches/studio-connection-refactoring/plugins/connection.core/pom.xml (original)
+++ directory/studio/branches/studio-connection-refactoring/plugins/connection.core/pom.xml Fri Oct 15 12:53:13 2010
@@ -110,6 +110,7 @@
  org.apache.commons.io;bundle-version="${org.apache.commons.io.version}",
  org.apache.commons.lang;bundle-version="${org.apache.commons.lang.version}",
  org.apache.directory.shared.ldap;bundle-version="${org.apache.directory.shared.validversion}",
+ org.apache.directory.shared.ldapclientapi;bundle-version="${org.apache.directory.shared.validversion}",
  org.apache.directory.studio.common.core,
  org.apache.directory.studio.ldifparser,
  org.apache.httpcomponents.httpclient;bundle-version="${org.apache.httpcomponents.version}",
@@ -166,11 +167,21 @@
     </dependency>
     <dependency>
       <groupId>org.apache.directory.studio</groupId>
+      <artifactId>org.apache.directory.shared.ldapclientapi</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.directory.studio</groupId>
       <artifactId>org.apache.httpcomponents.httpclient</artifactId>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.directory.studio</groupId>
+      <artifactId>org.apache.mina.core</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.directory.studio</groupId>
       <artifactId>org.dom4j.dom4j</artifactId>
       <scope>provided</scope>
     </dependency>