-
Notifications
You must be signed in to change notification settings - Fork 893
Dependency convergence issue not fixed #3810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We'll take look on how to improve our dependency convergence experience. Currently we don't use the enforcer plugin in our build process, but we'll consider adding it. Changing to feature request, as this is an improvement more than a bug. |
Thank you!
As my organization does enforce this, for us it is a blocker for updating beyond 2.20.7. |
Version |
|
…f3a8637a4 Pull request: release <- staging/eed927c3-826f-4ede-b39f-493f3a8637a4
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 amvn install
including themaven-enforcer-plugin
with<dependencyConvergence />
set.Possible Solution
No response
Additional Information/Context
Latest error output:
AWS Java SDK version used
2.20.17
JDK version used
openjdk 17.0.6
Operating System and version
ubuntu 22.04.2
The text was updated successfully, but these errors were encountered: