You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2012/01/05 11:25:41 UTC

svn commit: r1227541 - /directory/apacheds/branches/apacheds-txns/core-shared/pom.xml

Author: elecharny
Date: Thu Jan  5 10:25:41 2012
New Revision: 1227541

URL: http://svn.apache.org/viewvc?rev=1227541&view=rev
Log:
Added a dependency on commons-io

Modified:
    directory/apacheds/branches/apacheds-txns/core-shared/pom.xml

Modified: directory/apacheds/branches/apacheds-txns/core-shared/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/core-shared/pom.xml?rev=1227541&r1=1227540&r2=1227541&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-txns/core-shared/pom.xml (original)
+++ directory/apacheds/branches/apacheds-txns/core-shared/pom.xml Thu Jan  5 10:25:41 2012
@@ -43,12 +43,12 @@
     </dependency>
     
     <dependency>
-      <groupId>org.apache.directory.server</groupId>
+      <groupId>${project.groupId}</groupId>
       <artifactId>apacheds-core-api</artifactId>
     </dependency>
     
     <dependency>
-      <groupId>org.apache.directory.server</groupId>
+      <groupId>${project.groupId}</groupId>
       <artifactId>apacheds-i18n</artifactId>
     </dependency>
     
@@ -77,6 +77,11 @@
        <artifactId>ehcache-core</artifactId>
    </dependency>
 
+    <dependency>
+       <groupId>commons.io</groupId>
+       <artifactId>commons-io</artifactId>
+       <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>