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 2005/02/10 05:03:46 UTC

svn commit: r153152 - incubator/directory/ldap/trunk/snacc-provider/project.xml

Author: vtence
Date: Wed Feb  9 20:03:45 2005
New Revision: 153152

URL: http://svn.apache.org/viewcvs?view=rev&rev=153152
Log:
Added missing dependency

Modified:
    incubator/directory/ldap/trunk/snacc-provider/project.xml

Modified: incubator/directory/ldap/trunk/snacc-provider/project.xml
URL: http://svn.apache.org/viewcvs/incubator/directory/ldap/trunk/snacc-provider/project.xml?view=diff&r1=153151&r2=153152
==============================================================================
--- incubator/directory/ldap/trunk/snacc-provider/project.xml (original)
+++ incubator/directory/ldap/trunk/snacc-provider/project.xml Wed Feb  9 20:03:45 2005
@@ -46,7 +46,14 @@
       <version>2.0</version>
       <url>http://jakarta.apache.org/commons/lang</url>
     </dependency>
-  </dependencies>
+
+    <dependency>
+      <groupId>xstream</groupId>
+      <artifactId>xstream</artifactId>
+      <version>1.0.2</version>
+      <url>http://jakarta.apache.org/commons/lang</url>
+    </dependency>
+</dependencies>
     
   <reports>
     <report>maven-changelog-plugin</report>