You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/11/09 05:35:25 UTC

svn commit: rev 57001 - incubator/directory/eve/trunk/jndi-provider

Author: akarasulu
Date: Mon Nov  8 20:35:24 2004
New Revision: 57001

Modified:
   incubator/directory/eve/trunk/jndi-provider/project.xml
Log:
added extra deps to make seda work

Modified: incubator/directory/eve/trunk/jndi-provider/project.xml
==============================================================================
--- incubator/directory/eve/trunk/jndi-provider/project.xml	(original)
+++ incubator/directory/eve/trunk/jndi-provider/project.xml	Mon Nov  8 20:35:24 2004
@@ -86,9 +86,21 @@
     </dependency>
     <dependency>
       <groupId>incubator-directory</groupId>
+      <artifactId>ldap-ber-provider</artifactId>
+      <version>SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>incubator-directory</groupId>
+      <artifactId>snickers-ber-codec</artifactId>
+      <version>SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>incubator-directory</groupId>
       <artifactId>seda</artifactId>
       <version>SNAPSHOT</version>
     </dependency>
+
+    <!-- The Eve Maven Plugin -->
     <dependency>
       <groupId>incubator-directory</groupId>
       <artifactId>maven-eve-plugin</artifactId>