File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
110111jacocoTestReport {
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments