Repository: camel Updated Branches: refs/heads/master db94b7836 -> 52d41c5e5
Fix hazelcast feature for osgi Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/52d41c5e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/52d41c5e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/52d41c5e Branch: refs/heads/master Commit: 52d41c5e56df5b0dde6dc07a9673c36e8160a952 Parents: db94b78 Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Feb 25 16:06:12 2015 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Feb 25 16:06:12 2015 +0100 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/52d41c5e/platforms/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index ec7f61f..139fc8b 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -512,6 +512,7 @@ <feature name='camel-hazelcast' version='${project.version}' resolver='(obr)' start-level='50'> <feature version='${project.version}'>camel-core</feature> <feature>transaction</feature> + <bundle dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.scripting-api-1.0/${servicemix-specs-version}</bundle> <bundle dependency='true'>mvn:com.eclipsesource.minimal-json/minimal-json/${minimal-json-version}</bundle> <bundle dependency='true'>mvn:com.hazelcast/hazelcast/${hazelcast-version}</bundle> <bundle>mvn:org.apache.camel/camel-hazelcast/${project.version}</bundle>