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>