This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 120517f camel-xml-jaxb should include JAXB API dependency 120517f is described below commit 120517ffe4735a9ff6a32f5889eea7d2aa4dde4a Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Feb 11 06:13:59 2020 +0100 camel-xml-jaxb should include JAXB API dependency --- core/camel-xml-jaxb/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/camel-xml-jaxb/pom.xml b/core/camel-xml-jaxb/pom.xml index bdea41e..7701d0f 100644 --- a/core/camel-xml-jaxb/pom.xml +++ b/core/camel-xml-jaxb/pom.xml @@ -33,6 +33,13 @@ <dependencies> + <!-- need JAXB API --> + <dependency> + <groupId>jakarta.xml.bind</groupId> + <artifactId>jakarta.xml.bind-api</artifactId> + <version>${jakarta-jaxb-version}</version> + </dependency> + <!-- need JAXB implementation --> <dependency> <groupId>com.sun.xml.bind</groupId>