Author: pieber Date: Thu Sep 20 17:03:05 2012 New Revision: 1388116 URL: http://svn.apache.org/viewvc?rev=1388116&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/trunk/pom.xml karaf/trunk/tooling/exam/container/pom.xml Modified: karaf/trunk/pom.xml URL: http://svn.apache.org/viewvc/karaf/trunk/pom.xml?rev=1388116&r1=1388115&r2=1388116&view=diff ============================================================================== --- karaf/trunk/pom.xml (original) +++ karaf/trunk/pom.xml Thu Sep 20 17:03:05 2012 @@ -124,7 +124,7 @@ <commons-collections.version>3.2.1</commons-collections.version> <commons-fileupload.version>1.2.2</commons-fileupload.version> <commons-compress.version>1.4.1</commons-compress.version> - <commons-io.version>1.3.2</commons-io.version> + <commons-io.version>2.4</commons-io.version> <commons-jexl.version>2.1.1</commons-jexl.version> <commons-lang.version>2.6</commons-lang.version> <jasypt.bundle.version>1.9.0_1</jasypt.bundle.version> @@ -1737,7 +1737,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/trunk/tooling/exam/container/pom.xml URL: http://svn.apache.org/viewvc/karaf/trunk/tooling/exam/container/pom.xml?rev=1388116&r1=1388115&r2=1388116&view=diff ============================================================================== --- karaf/trunk/tooling/exam/container/pom.xml (original) +++ karaf/trunk/tooling/exam/container/pom.xml Thu Sep 20 17:03:05 2012 @@ -90,7 +90,7 @@ <artifactId>commons-compress</artifactId> </dependency> <dependency> - <groupId>org.apache.commons</groupId> + <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency>
