Skip to content

Commit

Permalink
fix dependency on aws logs
Browse files Browse the repository at this point in the history
Fix the wrong dependency on aws-java-sdk-iam instead of aws-java-sdk-logs
  • Loading branch information
drealecs authored Oct 5, 2021
1 parent e46150e commit 531929e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-java-sdk-logs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-iam</artifactId>
<artifactId>aws-java-sdk-logs</artifactId>
<exclusions>
<exclusion>
<groupId>com.amazonaws</groupId>
Expand Down

0 comments on commit 531929e

Please sign in to comment.