Skip to content

Commit

Permalink
Add sts dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Mar 3, 2023
1 parent 5c5591e commit 22c5ef4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,11 @@
<artifactId>s3</artifactId>
<version>${aws-sdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>${aws-sdk.version}</version>
</dependency>
<!--
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down

0 comments on commit 22c5ef4

Please sign in to comment.