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/02/16 02:50:22 UTC

svn commit: rev 6673 - incubator/directory/janus/trunk

Author: vtence
Date: Sun Feb 15 17:50:22 2004
New Revision: 6673

Modified:
   incubator/directory/janus/trunk/project.xml
Log:
o Added authentication impl

Modified: incubator/directory/janus/trunk/project.xml
==============================================================================
--- incubator/directory/janus/trunk/project.xml	(original)
+++ incubator/directory/janus/trunk/project.xml	Sun Feb 15 17:50:22 2004
@@ -3,6 +3,7 @@
     <groupId>directory</groupId>
     <name>Janus AAA Framework</name>
     <package>org.apache.janus</package>
+    <currentVersion>0.1-SNAPSHOT</currentVersion>
 
     <inceptionYear>2003</inceptionYear>
 
@@ -133,7 +134,13 @@
       </license>
     </licenses>
 
-    <dependencies/>
+    <dependencies>
+        <dependency>
+            <groupId>mockobjects</groupId>
+            <artifactId>mockobjects-core</artifactId>
+            <version>0.09</version>
+        </dependency>
+    </dependencies>
 
     <build>
         <nagEmailAddress>directory-dev@incubator.apache.org</nagEmailAddress>