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

gnodet 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 ea38d01  The JAXB Api is required to support the @XmlAdapter annotation
ea38d01 is described below

commit ea38d015fe66ec6b39cdce354820494f03a0a646
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Sat Mar 7 13:15:23 2020 +0100

    The JAXB Api is required to support the @XmlAdapter annotation
---
 core/camel-xml-io/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/core/camel-xml-io/pom.xml b/core/camel-xml-io/pom.xml
index 4dea30f..ec6ad14 100644
--- a/core/camel-xml-io/pom.xml
+++ b/core/camel-xml-io/pom.xml
@@ -37,6 +37,13 @@
 
     <dependencies>
 
+        <!-- need JAXB API for @XmlAdapter -->
+        <dependency>
+            <groupId>jakarta.xml.bind</groupId>
+            <artifactId>jakarta.xml.bind-api</artifactId>
+            <version>${jakarta-jaxb-version}</version>
+        </dependency>
+
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-core-engine</artifactId>

Reply via email to