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 2008/06/05 11:38:15 UTC

svn commit: r663511 - /directory/studio/branches/apacheds-plugin-branch/apacheds/pom.xml

Author: pamarcelot
Date: Thu Jun  5 02:38:15 2008
New Revision: 663511

URL: http://svn.apache.org/viewvc?rev=663511&view=rev
Log:
Fixed build.

Modified:
    directory/studio/branches/apacheds-plugin-branch/apacheds/pom.xml

Modified: directory/studio/branches/apacheds-plugin-branch/apacheds/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds/pom.xml?rev=663511&r1=663510&r2=663511&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds/pom.xml (original)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds/pom.xml Thu Jun  5 02:38:15 2008
@@ -674,6 +674,11 @@
       <artifactId>jars</artifactId>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.directory.studio</groupId>
+      <artifactId>connection.core</artifactId>
+      <scope>provided</scope>
+    </dependency>
     <!-- Jar dependencies -->
     <dependency>
       <groupId>org.apache.mina</groupId>