Skip to content

Commit

Permalink
Add commons-logging to excisions for AWS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed Apr 3, 2024
1 parent 5c4cc8b commit aa22866
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.659</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit aa22866

Please sign in to comment.