This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.4.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.4.x by this push: new 507b43e CAMEL-15209: camel-jaxb - Should depend on camel-xml-jaxb 507b43e is described below commit 507b43e8f8952927b270bb7e5b62f6faba44df84 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jun 19 06:18:22 2020 +0200 CAMEL-15209: camel-jaxb - Should depend on camel-xml-jaxb --- components/camel-jaxb/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/camel-jaxb/pom.xml b/components/camel-jaxb/pom.xml index 5955e13..9248d0e 100644 --- a/components/camel-jaxb/pom.xml +++ b/components/camel-jaxb/pom.xml @@ -42,10 +42,9 @@ <dependencies> - <!-- needs camel-core due to stax converter --> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-core-engine</artifactId> + <artifactId>camel-xml-jaxb</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId>