Skip to content

Commit

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

<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 7e1dba1

Please sign in to comment.