简体   繁体   English

神器从行家中央消失了吗?

[英]Artifacts disappearing from maven central?

Over the course of the last few hours, the following artifact seems to have disappeared from maven central: 在过去的几个小时中,以下工件似乎已从Maven Central中消失:

groupId: org.apache.jena artifactId: jena-jdbc version: 1.1.0

It was there, my project was building just fine, then all of a 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? 这里发生了什么? Will it mysteriously come back? 它会神秘地回来吗? What can cause this to happen? 什么会导致这种情况发生? Has anyone seen this before? 谁看过这个吗?

FWIW: The workaround is easy, download and install locally... but why did it go away? FWIW:解决方法很容易,可以在本地下载并安装...但是为什么不解决呢?

I think you have the wrong URL. 我认为您的网址错误。

Didn't you mean eg jena-jdbc-core? 您不是说耶拿-jdbc-core吗?

http://repo1.maven.org/maven2/org/apache/jena/jena-jdbc-core/1.1.0/ http://repo1.maven.org/maven2/org/apache/jena/jena-jdbc-core/1.1.0/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM