You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/11/12 23:01:16 UTC

[camel] 17/17: CAMEL-12618: add Glassfish JAXB implementation ...

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

zregvart pushed a commit to branch java-10-test
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8c794266b6ba751a71ddde8cf7624c089db70b8e
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Tue Nov 13 00:00:50 2018 +0100

    CAMEL-12618: add Glassfish JAXB implementation ...
    
    ...to camel-spring-boot
---
 components/camel-spring-boot/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/components/camel-spring-boot/pom.xml b/components/camel-spring-boot/pom.xml
index de5733f..28eaffa 100644
--- a/components/camel-spring-boot/pom.xml
+++ b/components/camel-spring-boot/pom.xml
@@ -70,6 +70,13 @@
       <artifactId>camel-spring</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.glassfish.jaxb</groupId>
+      <artifactId>jaxb-runtime</artifactId>
+      <version>${jaxb-runtime-version}</version>
+      <scope>runtime</scope>
+    </dependency>
+
     <!-- Optional Spring web support -->
     <dependency>
       <groupId>org.springframework</groupId>