java-client 0.4.3: Could not find artifact
mcorbin opened this issue · 3 comments
mcorbin commented
I tried to use [io.riemann/riemann-java-client "0.4.3"] instead of "0.4.2" in riemann-clojure-client but i have the following error :
Could not find artifact io.riemann:riemann-java-client-parent:pom:0.4.3 in central (https://repo1.maven.org/maven2/)
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
Tests failed.
mcorbin commented
@jamtur01 I just did :
git clone https://github.com/riemann/riemann-clojure-client.git
cd riemann-clojure-client/
lein test
And i have the same error (Could not find artifact...).
jamtur01 commented
Whereas I see:
cd /tmp
/tmp: git clone https://github.com/riemann/riemann-clojure-client.git
Cloning into 'riemann-clojure-client'...
remote: Counting objects: 560, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 560 (delta 2), reused 0 (delta 0), pack-reused 553
Receiving objects: 100% (560/560), 81.45 KiB | 0 bytes/s, done.
Resolving deltas: 100% (215/215), done.
Checking connectivity... done.
/tmp: cd riemann-clojure-client/ 595ms
/t/riemann-clojure-client:master: lein test
lein test riemann.client-test
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
lein test :only riemann.client-test/async-test
jamtur01 commented
Fixed. Thanks.