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 b901574a4e4d8482922847a6b2480c331ed33125 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 7cc910d..7c9d054 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>