You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/03/09 05:58:24 UTC

[camel] branch main updated: atlasmap requires jaxb

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

davsclaus 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 28518211afd atlasmap requires jaxb
28518211afd is described below

commit 28518211afd04a453b263bf291b3d58c1b0e3465
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Mar 9 06:58:13 2023 +0100

    atlasmap requires jaxb
---
 components/camel-atlasmap/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/components/camel-atlasmap/pom.xml b/components/camel-atlasmap/pom.xml
index b61d9c5a3ef..a96ff9fa5c4 100644
--- a/components/camel-atlasmap/pom.xml
+++ b/components/camel-atlasmap/pom.xml
@@ -41,6 +41,10 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-mock</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-xml-jaxb</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>io.atlasmap</groupId>