mirror of
https://github.com/minio/minio.git
synced 2025-11-27 04:46:53 -05:00
mint: Use https for access to maven reposity (#8824)
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.
This commit is contained in:
committed by
Harshavardhana
parent
069876e262
commit
169e8742fc
@@ -1,6 +1,6 @@
|
||||
<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.289"/>
|
||||
<dependency org="com.amazonaws" name="aws-java-sdk-s3" rev="1.11.706"/>
|
||||
</dependencies>
|
||||
</ivy-module>
|
||||
|
||||
Reference in New Issue
Block a user