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 ba133b244847cf895e82a888a994ba261aabc9a0 Author: Zoran Regvart <zregv...@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>