You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by cc...@apache.org on 2007/09/01 09:43:53 UTC

svn commit: r571736 - /directory/installers/trunk/pom.xml

Author: ccustine
Date: Sat Sep  1 00:43:53 2007
New Revision: 571736

URL: http://svn.apache.org/viewvc?rev=571736&view=rev
Log:
Added server-jndi to deps list

Modified:
    directory/installers/trunk/pom.xml

Modified: directory/installers/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/trunk/pom.xml?rev=571736&r1=571735&r2=571736&view=diff
==============================================================================
--- directory/installers/trunk/pom.xml (original)
+++ directory/installers/trunk/pom.xml Sat Sep  1 00:43:53 2007
@@ -61,6 +61,12 @@
 
       <dependency>
         <groupId>org.apache.directory.server</groupId>
+        <artifactId>apacheds-server-jndi</artifactId>
+        <version>1.5.1</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.directory.server</groupId>
         <artifactId>apacheds-schema-extras</artifactId>
         <version>1.5.1</version>
       </dependency>