Open FangjianLu opened 4 months ago
Seeing something similar. Is there any word on how to resolve this?
@murdoch I had to workaround by replacing this line with below.
MAVEN_PACKAGES = [
["com.amazonaws", "aws-java-sdk-sts", common_versions["${aws-java-sdk.version}"] || "1.12.370"]
]
I've encountered this when using IRSA
IRSA uses WebIdentityTokenCredentialsProvider, so probably aws-java-sdk-sts is needed in pom.xml.