This is an automated email from the ASF dual-hosted git repository.

zabetak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d9bc37910a HIVE-29064: Drop usage of repository.apache.org (#5925)
9d9bc37910a is described below

commit 9d9bc37910a021f5b661af8d8733849690603d1b
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Mon Jul 7 15:59:31 2025 +0200

    HIVE-29064: Drop usage of repository.apache.org (#5925)
    
    The repository.apache.org is not a general-purpose maven repository so we 
shouldn't use it to fetch artifacts from there. Unnecessary usage puts stress 
on the Apache infrastructure and can lead into IP bans and CI failures.
    See for more info: https://infra.apache.org/abc/#BL018
    
    In general, the less we rely on non-standard remote repositories the better 
in many aspects for devs, CI, and consumers that depend on us.
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5fbc655ef81..b34da788fca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,16 +247,6 @@
         <checksumPolicy>warn</checksumPolicy>
       </releases>
     </repository>
-    <repository>
-      <id>repository-release</id>
-      <url>https://repository.apache.org/content/repositories/releases/</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
     <repository>
       <!-- shibboleth doesn't publish artifacts on maven central
         See 
https://wiki.shibboleth.net/confluence/display/DEV/Use+of+Maven+Central -->

Reply via email to