This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.17 by this push:
new e6acbcb652e [FLINK-31705][Build System] Remove Conjars as Maven mirror
e6acbcb652e is described below
commit e6acbcb652e8cd289d047ba1be73945ae98bdb87
Author: Martijn Visser <[email protected]>
AuthorDate: Mon Apr 3 13:24:44 2023 +0200
[FLINK-31705][Build System] Remove Conjars as Maven mirror
(cherry picked from commit 7ee5780e77de5d272d06de85f2c21757fa88b764)
---
tools/ci/alibaba-mirror-settings.xml | 5 -----
tools/ci/google-mirror-settings.xml | 5 -----
2 files changed, 10 deletions(-)
diff --git a/tools/ci/alibaba-mirror-settings.xml
b/tools/ci/alibaba-mirror-settings.xml
index 62799b2d37e..34fddbe3494 100644
--- a/tools/ci/alibaba-mirror-settings.xml
+++ b/tools/ci/alibaba-mirror-settings.xml
@@ -30,10 +30,5 @@ under the License.
<url>http://172.17.0.1:8888/repository/confluent/</url>
<mirrorOf>confluent</mirrorOf>
</mirror>
- <mirror>
- <id>conjars-https</id>
- <url>https://conjars.org/repo/</url>
- <mirrorOf>conjars</mirrorOf>
- </mirror>
</mirrors>
</settings>
diff --git a/tools/ci/google-mirror-settings.xml
b/tools/ci/google-mirror-settings.xml
index 7cb0883b29e..49a3b7133e9 100644
--- a/tools/ci/google-mirror-settings.xml
+++ b/tools/ci/google-mirror-settings.xml
@@ -24,10 +24,5 @@ under the License.
<url>https://maven-central-eu.storage-download.googleapis.com/maven2/</url>
<mirrorOf>central</mirrorOf>
</mirror>
- <mirror>
- <id>conjars-https</id>
- <url>https://conjars.org/repo/</url>
- <mirrorOf>conjars</mirrorOf>
- </mirror>
</mirrors>
</settings>