You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/10/02 14:46:29 UTC

[camel] branch master updated: CAMEL-15620: Add CBOR s transitive dependency of AWS Kinesis connectors

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new b106a9c  CAMEL-15620: Add CBOR s transitive dependency of AWS Kinesis connectors
b106a9c is described below

commit b106a9c2755f36d44659767ad631ac0482d3f37b
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Fri Oct 2 14:51:11 2020 +0200

    CAMEL-15620: Add CBOR s transitive dependency of AWS Kinesis connectors
---
 components/camel-aws-kinesis/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-aws-kinesis/pom.xml b/components/camel-aws-kinesis/pom.xml
index f43fa79..c2f2ae3 100644
--- a/components/camel-aws-kinesis/pom.xml
+++ b/components/camel-aws-kinesis/pom.xml
@@ -45,6 +45,11 @@
             <artifactId>aws-java-sdk-kinesis</artifactId>
             <version>${aws-java-sdk-version}</version>
         </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.dataformat</groupId>
+            <artifactId>jackson-dataformat-cbor</artifactId>
+            <version>${jackson2-version}</version>
+        </dependency>
 
         <!-- for testing -->
         <dependency>