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 2019/02/08 09:54:29 UTC

[camel] 13/19: 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 2401ddc23c5a462ee8f636dde0043b11ff978203
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Nov 12 11:18:16 2018 +0100

    CAMEL-12618: add Glassfish JAXB implementation ...
    
    ...to camel-blueprint
    
    This adds JAXB implementation as a runtime dependency for Camel
    Blueprint.
---
 components/camel-blueprint/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml
index 726c40a..0c32f37 100644
--- a/components/camel-blueprint/pom.xml
+++ b/components/camel-blueprint/pom.xml
@@ -98,6 +98,12 @@
       <artifactId>jaxb-api</artifactId>
       <version>${jaxb-version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.glassfish.jaxb</groupId>
+      <artifactId>jaxb-runtime</artifactId>
+      <version>${jaxb-runtime-version}</version>
+      <scope>runtime</scope>
+    </dependency>
 
     <dependency>
       <groupId>org.apache.karaf.bundle</groupId>