Resource conflict from 's3' and 'sts' module #3107
Labels
closing-soon
This issue will close in 4 days unless further comments are made.
guidance
Question that needs advice or information.
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 10 days.
Describe the issue
I'm trying to add
software.amazon.awssdk:sts
dependency to my pom.xml, as usage ofWebIdentityTokenFileCredentialsProvider
requiressts
module on the class pathaws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/credentials/WebIdentityTokenFileCredentialsProvider.java
Lines 29 to 34 in 7121f4f
However, this created a resource conflict with
software.amazon.awssdk:s3
:I guess it's pretty common to have
software.amazon.awssdk:s3
andsoftware.amazon.awssdk:sts
together as dependencies, what's the best approach I should take here?Steps to Reproduce
Include
software.amazon.awssdk:s3
andsoftware.amazon.awssdk:sts
in any maven project withduplicate-finder-maven-plugin
Current behavior
AWS Java SDK version used
2.17.102
JDK version used
openjdk 11.0.12 2021-07-20 OpenJDK Runtime Environment Homebrew (build 11.0.12+0) OpenJDK 64-Bit Server VM Homebrew (build 11.0.12+0, mixed mode)
Operating System and version
MacOS Monterrey
The text was updated successfully, but these errors were encountered: