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 5c5ade95d2b9e9b63778e3a19a784dc0ec416e4a
Author: Zoran Regvart <zregv...@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>

Reply via email to