Author: pieber Date: Thu Sep 20 17:00:31 2012 New Revision: 1388115 URL: http://svn.apache.org/viewvc?rev=1388115&view=rev Log: [KARAF-1824] Fixed tooling-exam contains reference to wrong commons-io artifact; Thanks to Christoph Gritschenberger for fixing this.
Signed-off-by: Andreas Pieber <[email protected]> Modified: karaf/branches/karaf-2.3.x/pom.xml karaf/branches/karaf-2.3.x/tooling/exam/container/pom.xml Modified: karaf/branches/karaf-2.3.x/pom.xml URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/pom.xml?rev=1388115&r1=1388114&r2=1388115&view=diff ============================================================================== --- karaf/branches/karaf-2.3.x/pom.xml (original) +++ karaf/branches/karaf-2.3.x/pom.xml Thu Sep 20 17:00:31 2012 @@ -110,7 +110,7 @@ <commons-collections.version>3.2.1</commons-collections.version> <commons-compress.version>1.4.1</commons-compress.version> <commons-fileupload.version>1.2.2</commons-fileupload.version> - <commons-io.version>1.3.2</commons-io.version> + <commons-io.version>2.4</commons-io.version> <commons-lang.version>2.6</commons-lang.version> <icu4j.version>4.8.1.1</icu4j.version> <injection.bundle.version>1.0</injection.bundle.version> @@ -1118,7 +1118,7 @@ <version>${commons-compress.version}</version> </dependency> <dependency> - <groupId>org.apache.commons</groupId> + <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>${commons-io.version}</version> </dependency> Modified: karaf/branches/karaf-2.3.x/tooling/exam/container/pom.xml URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/tooling/exam/container/pom.xml?rev=1388115&r1=1388114&r2=1388115&view=diff ============================================================================== --- karaf/branches/karaf-2.3.x/tooling/exam/container/pom.xml (original) +++ karaf/branches/karaf-2.3.x/tooling/exam/container/pom.xml Thu Sep 20 17:00:31 2012 @@ -87,7 +87,7 @@ <artifactId>commons-compress</artifactId> </dependency> <dependency> - <groupId>org.apache.commons</groupId> + <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency>
