Repository: camel
Updated Branches:
refs/heads/master cbf946676 -> 5a06cab7e
Camel-jsonpath feature require accessors-smart bundle
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5a06cab7
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5a06cab7
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5a06cab7
Branch: refs/heads/master
Commit: 5a06cab7e5482dcef4b42dd6027a0a156450c5e8
Parents: cbf9466
Author: Andrea Cosentino <ancosen@gmail.com>
Authored: Mon Jan 11 13:23:14 2016 +0100
Committer: Andrea Cosentino <ancosen@gmail.com>
Committed: Mon Jan 11 13:35:25 2016 +0100
----------------------------------------------------------------------
platforms/karaf/features/src/main/resources/features.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/camel/blob/5a06cab7/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 32c076f..b474d1f 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -895,7 +895,7 @@
<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:net.minidev/asm/${json-asm-version}</bundle>
+ <bundle>mvn:net.minidev/accessors-smart/${json-accessors-smart-version}</bundle>
<!-- should be optional: https://code.google.com/p/json-path/issues/detail?id=66 -->
<bundle dependency='true'>mvn:com.google.code.gson/gson/${gson-version}</bundle>
<bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle>
|