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 92c8dadf4cf0a88590651a0eb70007ba7d7f8d0c Author: Zoran Regvart <zregv...@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 cd0978e..31d9488 100644 --- a/components/camel-blueprint/pom.xml +++ b/components/camel-blueprint/pom.xml @@ -97,6 +97,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> <!-- for testing --> <dependency>