This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.14 by this push: new 3f54ec7 [FLINK-25278][ci] Use Maven proxy for confluent repo 3f54ec7 is described below commit 3f54ec789f9d14f1c89e38393fc184f4bcd4350d Author: Chesnay Schepler <ches...@apache.org> AuthorDate: Tue Jan 11 17:03:32 2022 +0100 [FLINK-25278][ci] Use Maven proxy for confluent repo --- tools/ci/alibaba-mirror-settings.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/ci/alibaba-mirror-settings.xml b/tools/ci/alibaba-mirror-settings.xml index 0a817f1..34fddbe 100644 --- a/tools/ci/alibaba-mirror-settings.xml +++ b/tools/ci/alibaba-mirror-settings.xml @@ -24,5 +24,11 @@ under the License. <url>http://172.17.0.1:8888/repository/maven-central/</url> <mirrorOf>central</mirrorOf> </mirror> + <mirror> + <id>alicloud-mvn-confluent-mirror</id> + <name>Alibaba Confluent Maven mirror</name> + <url>http://172.17.0.1:8888/repository/confluent/</url> + <mirrorOf>confluent</mirrorOf> + </mirror> </mirrors> </settings>