Jiri Ondrusek created CAMEL-20734:
-------------------------------------
Summary: Aws-xray: bump of aws-xray-recorder-sdk-bom brought
conflict in dependencies
Key: CAMEL-20734
URL: https://issues.apache.org/jira/browse/CAMEL-20734
Project: Camel
Issue Type: Bug
Components: camel-aws-xray
Affects Versions: 4.6.0
Reporter: Jiri Ondrusek
Assignee: Jiri Ondrusek
I noticed (during build of camel-quarkus) that the bump of
aws-xray-recorder-sdk-bom ([PR|https://github.com/apache/camel/pull/14016])
brought conflict of _com.amazonaws:aws-java-sdk-core:jar_
Bumped BOM brought aws-java-sdk-core in versions *.228* and *.708*
{code:java}
+-org.apache.camel:camel-aws-xray:4.6.0-SNAPSHOT
+-com.amazonaws:aws-xray-recorder-sdk-aws-sdk:2.15.3
+-com.amazonaws:aws-java-sdk-core:1.12.708
{code}
and
{code:java}
+-org.apache.camel:camel-aws-xray:4.6.0-SNAPSHOT
+-com.amazonaws:aws-xray-recorder-sdk-core:2.15.3
+-com.amazonaws:aws-java-sdk-xray:1.12.228
+-com.amazonaws:aws-java-sdk-core:1.12.228 {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)