mirror of
https://github.com/minio/minio.git
synced 2025-12-02 22:20:43 -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,5 +1,5 @@
|
||||
<project xmlns:ivy="antlib:org.apache.ivy.ant" name="aws-sdk-java-tests" default="run">
|
||||
<property name="ivy.install.version" value="2.1.0-rc2" />
|
||||
<property name="ivy.install.version" value="2.5.0" />
|
||||
<condition property="ivy.home" value="${env.IVY_HOME}">
|
||||
<isset property="env.IVY_HOME" />
|
||||
</condition>
|
||||
|
||||
Reference in New Issue
Block a user