Skip to content

Commit

Permalink
fix: add sts dependency for metadata cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjianli authored Jun 13, 2024
1 parent 7e1dba1 commit c01a738
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions beekeeper-metadata-cleanup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
</properties>

<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<version>${aws-java-sdk.version}</version>
</dependency>
<dependency>
<groupId>com.expediagroup</groupId>
<artifactId>beekeeper-cleanup</artifactId>
Expand Down

0 comments on commit c01a738

Please sign in to comment.