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 2003/12/17 04:21:53 UTC

svn commit: rev 1459 - incubator/directory/ldap/trunk/eve/backend/schema/oid/impl

Author: akarasulu
Date: Tue Dec 16 19:21:53 2003
New Revision: 1459

Modified:
   incubator/directory/ldap/trunk/eve/backend/schema/oid/impl/project.xml
Log:
added framework dep

Modified: incubator/directory/ldap/trunk/eve/backend/schema/oid/impl/project.xml
==============================================================================
--- incubator/directory/ldap/trunk/eve/backend/schema/oid/impl/project.xml	(original)
+++ incubator/directory/ldap/trunk/eve/backend/schema/oid/impl/project.xml	Tue Dec 16 19:21:53 2003
@@ -27,6 +27,13 @@
         <version>SNAPSHOT</version>
         <url>http://directory.apache.org/eve/backend/schema/oid/api</url>
       </dependency>
+
+      <dependency>
+        <groupId>avalon-framework</groupId>
+        <artifactId>avalon-framework-api</artifactId>
+        <version>4.1.5</version>
+        <url>http://avalon.apache.org/framework</url>
+      </dependency>
     </dependencies>
 </project>