OpenHFT / Chronicle-Map

Replicate your Key Value Store across your network, with consistency, persistance and performance.

Home Page:http://chronicle.software/products/chronicle-map/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mvn test: Could not resolve dependencies

DanieleAlessandro98 opened this issue · comments

After cloning the repository, I tried "mvn test", but if fails with the following error:

[ERROR] Failed to execute goal on project chronicle-map: Could not resolve dependencies for project net.openhft:chronicle-map:bundle:3.24ea3-SNAPSHOT: Failed to collect dependencies at net.openhft:chronicle-wire:jar:2.24ea12-SNAPSHOT: Failed to read artifact descriptor for net.openhft:chronicle-wire:jar:2.24ea12-SNAPSHOT: Could not transfer artifact net.openhft:chronicle-wire:pom:2.24ea12-SNAPSHOT from/to chronicle-enterprise-snapshots (https://nexus.chronicle.software/content/repositories/snapshots): authentication failed for https://nexus.chronicle.software/content/repositories/snapshots/net/openhft/chronicle-wire/2.24ea12-SNAPSHOT/chronicle-wire-2.24ea12-SNAPSHOT.pom, status: 401 Unauthorized -> [Help 1]

How can I solve this issue? Thanks.