pom.xml报错
POM文件配置
<!-- http://mvnrepository.com/artifact/dom4j/dom4j -->
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
</dependency>
下载成功了
头部报错,更新项目也不行
ArtifactTransferException: Failure to transfer xml-apis:xml-apis:jar:1.0.b2 from
http://repo.maven.apache.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update
interval of central has elapsed or updates are forced. Original error: Could not transfer artifact
xml-apis:xml-apis:jar:1.0.b2 from/to central (http://repo.maven.apache.org/maven2): connection timed out to
http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
远程仓库连接超时,可能你机器连不上远程仓库或者远程仓库挂了,你可以选个国内的仓库试试