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 4b12dd4 CAMEL-15209: camel-jaxb - Should depend on camel-xml-jaxb 4b12dd4 is described below commit 4b12dd4ebdf14bf66ffbc3321c228f72fe8fc97e 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 fdd4964..d06dfca 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>