This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 32fe4d1324 Use a different repository to download sigar artifacts.
(#12561)
32fe4d1324 is described below
commit 32fe4d132426592584d08a785f14943d639cdcb2
Author: Abhishek Agarwal <[email protected]>
AuthorDate: Tue May 24 14:42:51 2022 +0530
Use a different repository to download sigar artifacts. (#12561)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 956fc77bb3..621e0f8d74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,7 +214,7 @@
<!-- Only used by core, but moved to root for parallel build
dependency resolution -->
<repository>
<id>sigar</id>
-
<url>https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads/</url>
+
<url>https://repository.mulesoft.org/nexus/content/repositories/public</url>
</repository>
</repositories>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]