Skip to content

Commit

Permalink
S3-API für Minio
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Ritter committed Apr 21, 2024
1 parent f40a795 commit a61805f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,13 @@
<artifactId>jakarta.mail-api</artifactId>
<version>2.0.1</version>
</dependency>

<!-- Storage -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.25.35</version>
</dependency>


</dependencies>
Expand Down

0 comments on commit a61805f

Please sign in to comment.