1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 21:12:55 -04:00
Anis Elleuch 169e8742fc mint: Use https for access to maven reposity ()
Maven repository requires HTTPS now. This lead to issues
building mint image in aws-sdk-java & minio-java.

The PR fixes the issue and also bump aws sdk version in
aws-sdk-java to the latest.
2020-01-15 15:48:49 -08:00

7 lines
219 B
XML

<ivy-module version="2.0">
<info organisation="org.apache" module="aws-sdk-java-tests"/>
<dependencies>
<dependency org="com.amazonaws" name="aws-java-sdk-s3" rev="1.11.706"/>
</dependencies>
</ivy-module>