Skip to content

Commit

Permalink
Add sts dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey authored and glenrobson committed Sep 25, 2024
1 parent 0e1364d commit fc5c35b
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 fc5c35b

Please sign in to comment.