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:13 UTC

[camel] 14/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 1049a2837623221e4d09d2345c7abfeec8122a9c
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Nov 12 11:10:04 2018 +0100

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

diff --git a/components/camel-bindy/pom.xml b/components/camel-bindy/pom.xml
index a14cfa7..2bca1a2 100644
--- a/components/camel-bindy/pom.xml
+++ b/components/camel-bindy/pom.xml
@@ -95,6 +95,12 @@
             <version>${jaxb-version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.glassfish.jaxb</groupId>
+            <artifactId>jaxb-runtime</artifactId>
+            <version>${jaxb-runtime-version}</version>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>