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 0e40e84fc81c15dc0ee699764636ccdadeeddb10 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Wed Nov 14 16:30:49 2018 +0100 CAMEL-12618: add JAXB API and Glassfish JAXB im... ...plementation to camel-cdi --- components/camel-cdi/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/components/camel-cdi/pom.xml b/components/camel-cdi/pom.xml index 941df1e..9f0563a 100644 --- a/components/camel-cdi/pom.xml +++ b/components/camel-cdi/pom.xml @@ -90,6 +90,12 @@ <version>${annotation-api-version}</version> </dependency> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>${jaxb-version}</version> + </dependency> + <!-- DeltaSpike is only used to provide Main support thus optional --> <dependency> <groupId>org.apache.deltaspike.cdictrl</groupId> @@ -196,6 +202,13 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>org.glassfish.jaxb</groupId> + <artifactId>jaxb-runtime</artifactId> + <version>${jaxb-runtime-version}</version> + <scope>test</scope> + </dependency> + </dependencies> <profiles>