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 12:57:56 UTC

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

Author: elecharny
Date: Thu Jan  5 11:57:56 2012
New Revision: 1227563

URL: http://svn.apache.org/viewvc?rev=1227563&view=rev
Log:
Fixed the commons-io dependency

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=1227563&r1=1227562&r2=1227563&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-txns/core-shared/pom.xml (original)
+++ directory/apacheds/branches/apacheds-txns/core-shared/pom.xml Thu Jan  5 11:57:56 2012
@@ -78,7 +78,7 @@
    </dependency>
 
     <dependency>
-       <groupId>commons.io</groupId>
+       <groupId>commons-io</groupId>
        <artifactId>commons-io</artifactId>
        <scope>test</scope>
     </dependency>