You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by vt...@apache.org on 2004/11/10 22:49:54 UTC

svn commit: rev 57385 - incubator/directory/janus/trunk/sandbox

Author: vtence
Date: Wed Nov 10 13:49:53 2004
New Revision: 57385

Modified:
   incubator/directory/janus/trunk/sandbox/project.xml
Log:
Added missing dependency on Janus core

Modified: incubator/directory/janus/trunk/sandbox/project.xml
==============================================================================
--- incubator/directory/janus/trunk/sandbox/project.xml	(original)
+++ incubator/directory/janus/trunk/sandbox/project.xml	Wed Nov 10 13:49:53 2004
@@ -14,6 +14,18 @@
 
     <dependencies>
         <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>janus-api</artifactId>
+            <version>${pom.currentVersion}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>janus-impl</artifactId>
+            <version>${pom.currentVersion}</version>
+        </dependency>
+        
+        <dependency>
             <groupId>groovy</groupId>
             <artifactId>groovy</artifactId>
             <version>1.0-beta-3</version>