You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/07/27 07:00:43 UTC

camel git commit: CAMEL-11608 - Camel-AWS: Camel-Kinesis needs Jackson Dataformat CBOR to work in OSGi

Repository: camel
Updated Branches:
  refs/heads/camel-2.18.x 1cc3ee3ba -> efc97083e


CAMEL-11608 - Camel-AWS: Camel-Kinesis needs Jackson Dataformat CBOR to work in OSGi


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

Branch: refs/heads/camel-2.18.x
Commit: efc97083efd8784474fe30ac68edb0cb827c8fa1
Parents: 1cc3ee3
Author: Andrea Cosentino <an...@gmail.com>
Authored: Thu Jul 27 08:57:29 2017 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Jul 27 08:57:29 2017 +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/efc97083/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 28f90c8..dbd77ee 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -169,6 +169,7 @@
     <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 dependency='true'>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-cbor/${jackson2-version}</bundle>   
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aws-java-sdk/${aws-java-sdk-bundle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-aws/${project.version}</bundle>
   </feature>