Skip to content

Commit

Permalink
manage aws-java-sdk-s3 dep (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredstehler authored Nov 8, 2024
1 parent 650e1e6 commit e8e4f5a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,22 @@
</exclusions>
</dependency>

<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>${dep.aws.sdk.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- jersey -->
<dependency>
<groupId>com.sun.jersey</groupId>
Expand Down

0 comments on commit e8e4f5a

Please sign in to comment.