java - Artifacts disappearing from maven central? -
over course of last few hours, following artifact seems have disappeared maven central:
groupid: org.apache.jena artifactid: jena-jdbc version: 1.1.0
it there, project building fine, of sudden:
$ curl -i "http://repo.maven.apache.org/maven2/org/apache/jena/jena-jdbc/1.1.0/jena-jdbc-1.1.0.jar" http/1.1 404 not found server: nginx content-type: text/html content-length: 168 accept-ranges: bytes date: mon, 22 sep 2014 08:55:35 gmt via: 1.1 varnish connection: keep-alive x-served-by: cache-iad2121-iad x-cache: miss x-cache-hits: 0 x-timer: s1411376135.762460,vs0,ve53
what's going on here? mysteriously come back? can cause happen? has seen before?
fwiw: workaround easy, download , install locally... why did go away?
i think have wrong url.
didn't mean e.g. jena-jdbc-core?
http://repo1.maven.org/maven2/org/apache/jena/jena-jdbc-core/1.1.0/
Comments
Post a Comment