Use karaf 2.3.3
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fcf4684c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fcf4684c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fcf4684c Branch: refs/heads/camel-2.12.x Commit: fcf4684cb845f23ddd9a381e7712c98279669d60 Parents: 652a05f Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Oct 3 13:39:00 2013 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Oct 3 17:59:52 2013 +0200 ---------------------------------------------------------------------- .../org/apache/camel/itest/osgi/OSGiIntegrationTestSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/fcf4684c/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTestSupport.java ---------------------------------------------------------------------- diff --git a/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTestSupport.java b/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTestSupport.java index 8441215..84980e2 100644 --- a/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTestSupport.java +++ b/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTestSupport.java @@ -133,7 +133,7 @@ public class OSGiIntegrationTestSupport extends CamelTestSupport { karafDistributionConfiguration() .frameworkUrl(maven().groupId("org.apache.karaf").artifactId("apache-karaf").type("tar.gz").versionAsInProject()) // This version is not actual karaf version that we use. - .karafVersion("2.3.1") + .karafVersion("2.3.3") .name("Apache Karaf") .useDeployFolder(false).unpackDirectory(new File("target/paxexam/unpack/")),