Closed
Description
Describe the bug
The issue as originally described in #3787 was unfortunately not fixed in release 2.20.14
(or later).
Expected Behavior
Dependency convergence error for commons-codec:commons-codec
to be resolved.
Current Behavior
Dependency convergence error for commons-codec:commons-codec
remains present.
Reproduction Steps
Add a dependency on software.amazon.awssdk:s3:jar:2.20.17
and do a mvn install
including the maven-enforcer-plugin
with <dependencyConvergence />
set.
Possible Solution
No response
Additional Information/Context
Latest error output:
Dependency convergence error for commons-codec:commons-codec:jar:1.11 paths to dependency are:
+-<my-project>:jar:2.0.0-SNAPSHOT
+-software.amazon.awssdk:s3:jar:2.20.17:compile
+-software.amazon.awssdk:apache-client:jar:2.20.17:runtime
+-org.apache.httpcomponents:httpclient:jar:4.5.14:runtime
+-commons-codec:commons-codec:jar:1.11:runtime
and
+-<my-project>:jar:2.0.0-SNAPSHOT
+-software.amazon.awssdk:s3:jar:2.20.17:compile
+-software.amazon.awssdk:apache-client:jar:2.20.17:runtime
+-commons-codec:commons-codec:jar:1.15:runtime
AWS Java SDK version used
2.20.17
JDK version used
openjdk 17.0.6
Operating System and version
ubuntu 22.04.2