You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by cc...@apache.org on 2007/08/28 19:58:31 UTC

svn commit: r570504 - /directory/apacheds/trunk/pom.xml

Author: ccustine
Date: Tue Aug 28 10:58:30 2007
New Revision: 570504

URL: http://svn.apache.org/viewvc?rev=570504&view=rev
Log:
- DIRSERVER-1038 Removed Tanuki jar install from within maven build

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=570504&r1=570503&r2=570504&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Tue Aug 28 10:58:30 2007
@@ -239,6 +239,13 @@
         <artifactId>ldapsdk</artifactId>
         <version>4.1</version>
       </dependency>
+
+      <dependency>
+        <groupId>tanukisoft</groupId>
+        <artifactId>wrapper</artifactId>
+        <version>3.2.3</version>
+      </dependency>
+
     </dependencies>
   </dependencyManagement>