Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find artifact org.hyperic:sigar:jar:1.6.5.132 in central #22237

Open
elharo opened this issue Mar 19, 2024 · 1 comment
Open

Could not find artifact org.hyperic:sigar:jar:1.6.5.132 in central #22237

elharo opened this issue Mar 19, 2024 · 1 comment
Assignees

Comments

@elharo
Copy link
Contributor

elharo commented Mar 19, 2024

seen in a failed presto-kudu CI build:

2024-03-18T17:58:54.2870764Z [WARNING] Could not find artifact org.hyperic:sigar:jar:1.6.5.132 in central (https://repo.maven.apache.org/maven2)

@agrawalreetika agrawalreetika self-assigned this Mar 20, 2024
@agrawalreetika
Copy link
Member

agrawalreetika commented Mar 21, 2024

The above is throwing warning since it looks like the current fallback for org.hyperic:sigar:jar:1.6.5.132 dependency is to https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads/org/hyperic/sigar/1.6.5.132/sigar-1.6.5.132.pom

image

Found #19780 where earlier even in druid was falling back on https://repository.jboss.org and we are falling back to https://repository.mulesoft.org repository.

Looks like currently in kudu it's able to get this dependency from https://repository.jboss.org either we can add similar fallback repository in kudu as well or let it be to https://repository.jboss.org as it is working fine? @elharo @tdcmeehan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 Unprioritized
Development

No branches or pull requests

2 participants