OpenHFT / Chronicle-Map

Replicate your Key Value Store across your network, with consistency, persistance and performance.
http://chronicle.software/products/chronicle-map/
Apache License 2.0
2.75k stars 468 forks source link

Error 401 while downloading dependencies #550

Open Flole998 opened 1 month ago

Flole998 commented 1 month ago

I am trying to include this library in a project, but upon adding it to my pom.xml as described in the download documentation I receive this error:

[ERROR] Failed to read artifact descriptor for net.openhft:chronicle-analytics:jar:2.26ea0
[ERROR]         Caused by: The following artifacts could not be resolved: net.openhft:third-party-bom:pom:3.26.0-SNAPSHOT (absent): Could not transfer artifact net.openhft:third-party-bom:pom:3.26.0-SNAPSHOT from/to chronicle-enterprise-snapshots (https://nexus.chronicle.software/content/repositories/snapshots): status code: 401, reason phrase: Unauthorized (401)

I also tried using the other method with the dependency manager, but that leads to the import being unresolvable.

tgd commented 1 month ago

Hi @Flole998 - we have been able to reproduce this and are looking into a resolution. Will come back with some more information soon.

ibalashov commented 1 week ago

@tgd We're also seeing this. Is there a workaround? Maybe we could use some non-snapshot version?