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 2005/03/24 19:07:16 UTC

svn commit: r158928 - directory/protocol-providers/ldap/trunk/project.xml

Author: akarasulu
Date: Thu Mar 24 10:07:15 2005
New Revision: 158928

URL: http://svn.apache.org/viewcvs?view=rev&rev=158928
Log:
adding junit to deps

Modified:
    directory/protocol-providers/ldap/trunk/project.xml

Modified: directory/protocol-providers/ldap/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/ldap/trunk/project.xml?view=diff&r1=158927&r2=158928
==============================================================================
--- directory/protocol-providers/ldap/trunk/project.xml (original)
+++ directory/protocol-providers/ldap/trunk/project.xml Thu Mar 24 10:07:15 2005
@@ -165,6 +165,12 @@
       <version>0.7-SNAPSHOT</version>
       <url>http://directory.apache.org/subprojects/network/mina</url>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <url>http://junit.org</url>
+    </dependency>
   </dependencies>
   
   <reports>