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

davsclaus pushed a commit to branch camel-2.25.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.25.x by this push:
     new 511a85c  CAMEL-14865: camel-telegram - Add the jackson-core dependency 
(#3720)
511a85c is described below

commit 511a85cbb82d32e71070b60a9a03862f93c49cdb
Author: Amos Feng <zf...@redhat.com>
AuthorDate: Wed Apr 8 16:25:54 2020 +0800

    CAMEL-14865: camel-telegram - Add the jackson-core dependency (#3720)
---
 components/camel-telegram/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/components/camel-telegram/pom.xml 
b/components/camel-telegram/pom.xml
index 69f412f..885395b 100644
--- a/components/camel-telegram/pom.xml
+++ b/components/camel-telegram/pom.xml
@@ -51,6 +51,10 @@
       <artifactId>cxf-rt-rs-client</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>

Reply via email to