]> source.dussan.org Git - archiva.git/commitdiff
Fix commons-io version
authorEmmanuel Venisse <evenisse@apache.org>
Thu, 29 May 2008 08:03:01 +0000 (08:03 +0000)
committerEmmanuel Venisse <evenisse@apache.org>
Thu, 29 May 2008 08:03:01 +0000 (08:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661247 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-base/archiva-checksum/pom.xml

index a80e3525cb4a7cd2f6fcf2ba108e65302eae6570..c2b7a8d5a678d53f457039ba0678c9bd37cfb40e 100644 (file)
@@ -48,9 +48,8 @@
       <artifactId>commons-lang</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.commons</groupId>
+      <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.3.2</version>
     </dependency>
   </dependencies>