Skip to content

Commit ba32eb2

Browse files
committed
force awssdk sts version
Signed-off-by: Jiaping Zeng <jpz@amazon.com>
1 parent 87e742e commit ba32eb2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ml-algorithms/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ configurations.all {
105105
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.25.5'
106106
resolutionStrategy.force 'org.apache.commons:commons-compress:1.26.0'
107107
resolutionStrategy.force group: 'software.amazon.awssdk', name:'bom', version:"${versions.aws}"
108+
resolutionStrategy.force group: 'software.amazon.awssdk', name:'sts', version:"${versions.aws}"
108109
}
109110

110111
jacocoTestReport {

plugin/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ configurations.all {
627627
exclude group: "org.jetbrains", module: "annotations"
628628
exclude group: "com.google.guava", module: "failureaccess"
629629
exclude group: "com.google.errorprone", module: "error_prone_annotations"
630+
resolutionStrategy.force group: 'software.amazon.awssdk', name:'sts', version:"${versions.aws}"
630631
resolutionStrategy.force "org.apache.commons:commons-lang3:${versions.commonslang}"
631632
resolutionStrategy.force 'commons-logging:commons-logging:1.2'
632633
resolutionStrategy.force 'org.objenesis:objenesis:3.2'

0 commit comments

Comments
 (0)