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 2019/10/04 06:31:38 UTC

[camel] branch master updated: Fixed Camel-Salesforce Karaf feature

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

acosentino 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 af1e37e  Fixed Camel-Salesforce Karaf feature
af1e37e is described below

commit af1e37e4e468c2696484d355e27981eb1b72bdad
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 4 08:31:05 2019 +0200

    Fixed Camel-Salesforce Karaf feature
---
 components/camel-salesforce/camel-salesforce-component/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml b/components/camel-salesforce/camel-salesforce-component/pom.xml
index f94e59d..bc53e8c 100644
--- a/components/camel-salesforce/camel-salesforce-component/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-component/pom.xml
@@ -92,6 +92,12 @@
         <dependency>
             <groupId>com.fasterxml.jackson.jaxrs</groupId>
             <artifactId>jackson-jaxrs-json-provider</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>jakarta.xml.bind</groupId>
+                    <artifactId>jakarta.xml.bind-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.module</groupId>