You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/08/19 15:10:50 UTC

svn commit: r1515398 - /commons/proper/jci/trunk/pom.xml

Author: sebb
Date: Mon Aug 19 13:10:49 2013
New Revision: 1515398

URL: http://svn.apache.org/r1515398
Log:
Dedup commons-io dependency

Modified:
    commons/proper/jci/trunk/pom.xml

Modified: commons/proper/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1515398&r1=1515397&r2=1515398&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Mon Aug 19 13:10:49 2013
@@ -265,7 +265,7 @@
                 <artifactId>js</artifactId>
                 <version>1.7R2</version>
             </dependency>
-            <!-- core -->
+            <!-- core (also fam test) -->
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
@@ -302,11 +302,6 @@
                 <artifactId>junit</artifactId>
                 <version>4.11</version>
             </dependency>
-            <dependency>
-                <groupId>commons-io</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>1.4</version>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>