Updated Branches: refs/heads/master 0f3ff6dee -> f64549a8e
fixed the camel-jsonpath feature Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f64549a8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f64549a8 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f64549a8 Branch: refs/heads/master Commit: f64549a8e15afd7ac4036257a4af316893dd4dfa Parents: 0f3ff6d Author: cmueller <cmuel...@apache.org> Authored: Sun Oct 6 23:00:42 2013 +0200 Committer: cmueller <cmuel...@apache.org> Committed: Sun Oct 6 23:00:42 2013 +0200 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/f64549a8/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 0d29cf6..1f83ff4 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -616,6 +616,7 @@ <bundle>mvn:org.apache.camel/camel-jsch/${project.version}</bundle> </feature> <feature name='camel-jsonpath' version='${project.version}' resolver='(obr)' start-level='50'> + <feature version='${project.version}'>camel-core</feature> <bundle>mvn:com.jayway.jsonpath/json-path/${json-path-version}</bundle> <bundle>mvn:net.minidev/json-smart/${json-smart-version}</bundle> <bundle>mvn:org.apache.camel/camel-jsonpath/${project.version}</bundle>