Repository: camel
Updated Branches:
  refs/heads/master 6036c6f96 -> 28f2b8ebf


CAMEL-11385: Camel-metrics Karaf feature can't be installed


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/28f2b8eb
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/28f2b8eb
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/28f2b8eb

Branch: refs/heads/master
Commit: 28f2b8ebf92c3f6db1a09d6713393e8ed7d0c32b
Parents: 6036c6f
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Wed Jun 7 13:21:29 2017 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Wed Jun 7 13:21:29 2017 +0200

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/28f2b8eb/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 e60d164..cc8d144 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1300,6 +1300,9 @@
     <feature version='${project.version}'>camel-core</feature>
     <bundle 
dependency='true'>mvn:io.dropwizard.metrics/metrics-core/${metrics-version}</bundle>
     <bundle 
dependency='true'>mvn:io.dropwizard.metrics/metrics-json/${metrics-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>
     <bundle>mvn:org.apache.camel/camel-metrics/${project.version}</bundle>
   </feature>
   <feature name='camel-mina' version='${project.version}' resolver='(obr)' 
start-level='50'>

Reply via email to