Skip to content

Commit

Permalink
fix: add aws sts jdk dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjianli authored Jun 13, 2024
1 parent e069c59 commit 60129e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,11 @@
<artifactId>log4j-to-slf4j</artifactId>
<version>${log4j2.version}</version>
</dependency>

<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<version>${aws-java-sdk.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 60129e4

Please sign in to comment.