[KARAF-1937] Fix dependencies to run Cave on Karaf 2.3.0 git-svn-id: https://svn.apache.org/repos/asf/karaf/cave/trunk@1399660 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/karaf-cave/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cave/commit/865af33d Tree: http://git-wip-us.apache.org/repos/asf/karaf-cave/tree/865af33d Diff: http://git-wip-us.apache.org/repos/asf/karaf-cave/diff/865af33d Branch: refs/heads/master Commit: 865af33d87d1958b74d1f7e719e187746fa32c7e Parents: f11e8a0 Author: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Authored: Thu Oct 18 13:23:00 2012 +0000 Committer: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Committed: Thu Oct 18 13:23:00 2012 +0000 ---------------------------------------------------------------------- pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cave/blob/865af33d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0ab2203..1791cbd 100644 --- a/pom.xml +++ b/pom.xml @@ -34,13 +34,13 @@ <name>Apache Karaf :: Cave</name> <properties> - <commons-io.version>2.0.1</commons-io.version> - <cxf.version>2.4.3</cxf.version> + <commons-io.version>2.4</commons-io.version> + <cxf.version>2.7.0</cxf.version> <felix.bundlerepository.version>1.6.6</felix.bundlerepository.version> - <httpclient.version>4.1.1</httpclient.version> - <jsoup.version>1.6.1</jsoup.version> - <karaf.version>2.2.4</karaf.version> - <osgi.version>4.2.0</osgi.version> + <httpclient.version>4.2.1</httpclient.version> + <jsoup.version>1.7.1</jsoup.version> + <karaf.version>2.3.0</karaf.version> + <osgi.version>4.3.0</osgi.version> <wagon.version>1.0</wagon.version> </properties> @@ -92,7 +92,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.6.1</version> + <version>1.7.1</version> </dependency> </dependencies> </dependencyManagement> @@ -104,19 +104,19 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.7</version> + <version>4.10</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> - <version>1.6.1</version> + <version>1.7.1</version> <scope>test</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.16</version> + <version>1.2.17</version> <scope>test</scope> </dependency> </dependencies>
