diff --git a/docs/contributing/code/building.md b/docs/contributing/code/building.md
index a42c5d2f9..82409fc9e 100644
--- a/docs/contributing/code/building.md
+++ b/docs/contributing/code/building.md
@@ -83,7 +83,7 @@ For the Scala version for Spark engines, the server will look up the `SPARK_SCAL
## Building With Apache dlcdn Site
-By default, we use `closer.lua` to download the built-in release packages of engines,
+By default, we use `https://archive.apache.org/dist/` to download the built-in release packages of engines,
such as Spark or Flink.
But sometimes, you may find it hard to reach, or the download speed is too slow,
then you can define the `apache.archive.dist` by `-Pmirror-cdn` to accelerate to download speed.
diff --git a/externals/kyuubi-download/pom.xml b/externals/kyuubi-download/pom.xml
index e9ac58629..b21e3e5a2 100644
--- a/externals/kyuubi-download/pom.xml
+++ b/externals/kyuubi-download/pom.xml
@@ -51,7 +51,7 @@
compile
${spark.archive.download.skip}
- ${spark.archive.mirror}/${spark.archive.name}?action=download
+ ${spark.archive.mirror}/${spark.archive.name}
@@ -62,7 +62,7 @@
compile
${flink.archive.download.skip}
- ${flink.archive.mirror}/${flink.archive.name}?action=download
+ ${flink.archive.mirror}/${flink.archive.name}
@@ -73,7 +73,7 @@
compile
${hive.archive.download.skip}
- ${hive.archive.mirror}/${hive.archive.name}?action=download
+ ${hive.archive.mirror}/${hive.archive.name}
diff --git a/pom.xml b/pom.xml
index 747df8fd5..c3e01b5cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
4.9.3
4.3.4
- http://www.apache.org/dyn/closer.lua
+ https://archive.apache.org/dist
2.3.0
1.67
4.2.23