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 fb717e473fe9b186bdd47ab1c896327624249510
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Mon Nov 12 11:19:45 2018 +0100

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

diff --git a/components/camel-hazelcast/pom.xml 
b/components/camel-hazelcast/pom.xml
index 2640a37..f1d3b62 100644
--- a/components/camel-hazelcast/pom.xml
+++ b/components/camel-hazelcast/pom.xml
@@ -96,6 +96,12 @@
       <artifactId>camel-test-spring</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.glassfish.jaxb</groupId>
+      <artifactId>jaxb-runtime</artifactId>
+      <version>${jaxb-runtime-version}</version>
+      <scope>test</scope>
+    </dependency>
 
   </dependencies>
 

Reply via email to