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 9ad940a545c9d80b1306f6dc7373d627f0776384 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Mon Nov 12 11:14:54 2018 +0100 CAMEL-12618: add Glassfish JAXB implementation ... ...to camel-spring-test --- components/camel-test-spring/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/camel-test-spring/pom.xml b/components/camel-test-spring/pom.xml index fc7cdb6..2338c6e 100644 --- a/components/camel-test-spring/pom.xml +++ b/components/camel-test-spring/pom.xml @@ -55,6 +55,12 @@ <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> </dependency> + <dependency> + <groupId>org.glassfish.jaxb</groupId> + <artifactId>jaxb-runtime</artifactId> + <version>${jaxb-runtime-version}</version> + <optional>true</optional> + </dependency> <!-- test dependencies --> <dependency>