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

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


The following commit(s) were added to refs/heads/main by this push:
     new d5e9516  CAMEL-17795: camel-salesforce: add JAXB implementation
d5e9516 is described below

commit d5e95166f472cd2159f3a310837e622cfb472d28
Author: Jeremy Ross <[email protected]>
AuthorDate: Mon Mar 14 22:33:41 2022 -0500

    CAMEL-17795: camel-salesforce: add JAXB implementation
---
 components/camel-salesforce/camel-salesforce-component/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml 
b/components/camel-salesforce/camel-salesforce-component/pom.xml
index ee7ca05..1d16a16 100644
--- a/components/camel-salesforce/camel-salesforce-component/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-component/pom.xml
@@ -137,6 +137,11 @@
             <artifactId>javax.annotation-api</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-impl</artifactId>
+        </dependency>
+
         <!-- logging -->
         <dependency>
             <groupId>org.slf4j</groupId>

Reply via email to