zabetak opened a new pull request, #5925: URL: https://github.com/apache/hive/pull/5925
### Why are the changes needed? 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. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Built the project successfully using a clean local maven repository. ``` mvn clean install -DskipTests -Pitests -Dmaven.repo.local=/tmp/m2/hive ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org