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/03/22 11:48:33 UTC

svn commit: rev 9682 - incubator/directory/eve/trunk/eve/frontend/encoder/spi

Author: akarasulu
Date: Mon Mar 22 02:48:32 2004
New Revision: 9682

Modified:
   incubator/directory/eve/trunk/eve/frontend/encoder/spi/project.xml
Log:
added forgotten dependencies

Modified: incubator/directory/eve/trunk/eve/frontend/encoder/spi/project.xml
==============================================================================
--- incubator/directory/eve/trunk/eve/frontend/encoder/spi/project.xml	(original)
+++ incubator/directory/eve/trunk/eve/frontend/encoder/spi/project.xml	Mon Mar 22 02:48:32 2004
@@ -17,10 +17,25 @@
     <dependencies>
       <dependency>
         <groupId>incubator-directory</groupId>
+        <artifactId>ldap-common</artifactId>
+        <version>SNAPSHOT</version>
+        <url>http://incubator.apache.org/directory/subprojects/ldap/common</url>
+      </dependency>
+
+      <dependency>
+        <groupId>incubator-directory</groupId>
         <artifactId>eve-frontend-common-api</artifactId>
         <version>SNAPSHOT</version>
         <url>http://incubator.apache.org/directory/subprojects/eve/frontend/common/api</url>
       </dependency>
+
+      <dependency>
+        <groupId>commons-codec</groupId>
+        <artifactId>commons-codec</artifactId>
+        <version>1.2</version>
+        <url>http://jakarta.apache.org/commons/codec</url>
+      </dependency>
+
     </dependencies>
 </project>