This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 06b470aeb879e550bcaf08d4b53c25fc352d1003 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 30 14:31:30 2018 +0100 Camel-jsonpath - Karaf feature needs Asm as dependency --- platforms/karaf/features/src/main/resources/features.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 839e91b..bc7af04 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -1275,6 +1275,7 @@ <bundle>mvn:com.jayway.jsonpath/json-path/${json-path-version}</bundle> <bundle>mvn:net.minidev/json-smart-action/${json-smart-karaf-version}</bundle> <bundle>mvn:net.minidev/accessors-smart/${json-accessors-smart-version}</bundle> + <bundle dependency='true'>mvn:org.ow2.asm/asm/${asm-version}</bundle> <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle> <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-databind/${jackson2-version}</bundle> <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson2-version}</bundle> -- To stop receiving notification emails like this one, please contact acosent...@apache.org.