Skip to content

Commit

Permalink
Try aws-java-sdk-sts in build to fix SQS issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
JHunt16 committed Sep 25, 2023
1 parent 00b28c7 commit ddecd03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sqs-tester/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ dependencies {

// AWS
implementation group: 'io.awspring.cloud', name: 'spring-cloud-aws-messaging', version: '2.4.4'
implementation "software.amazon.awssdk:sts:2.20.63"
//implementation "software.amazon.awssdk:sts:2.20.63"
implementation group: 'com.amazonaws', name: 'aws-java-sdk-sts', version: '1.12.556'

compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
Expand Down

0 comments on commit ddecd03

Please sign in to comment.