Jiri Ondrusek created CAMEL-20168:
-------------------------------------
Summary: Camel-jaxb: jaxb-impl was upgraded but not jaxb-core
Key: CAMEL-20168
URL: https://issues.apache.org/jira/browse/CAMEL-20168
Project: Camel
Issue Type: Dependency upgrade
Components: camel-jaxb
Affects Versions: 4.3.0
Reporter: Jiri Ondrusek
Assignee: Jiri Ondrusek
Jaxb-impl-version was updated in
[commit|https://github.com/apache/camel/pull/12216/commits/3870a77fb570a22fd6586e138fd15029cc10a30b].
However the change caused, that camel-xml-jaxb brings two versions of jaxb-core
4.0.3 & 4.0.4
{code:java}
Dependency convergence error for com.sun.xml.bind:jaxb-core:4.0.3 paths to
dependency are:
+-org.apache.camel.quarkus:camel-quarkus-xml-jaxb:3.7.0-SNAPSHOT
+-org.apache.camel:camel-xml-jaxb:4.3.0-SNAPSHOT
+-com.sun.xml.bind:jaxb-core:4.0.3
and
+-org.apache.camel.quarkus:camel-quarkus-xml-jaxb:3.7.0-SNAPSHOT
+-org.apache.camel:camel-xml-jaxb:4.3.0-SNAPSHOT
+-com.sun.xml.bind:jaxb-impl:4.0.4
+-com.sun.xml.bind:jaxb-core:4.0.4
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)