>  Q&A  >  본문

java - 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
PHPzPHPz2717일 전514

모든 응답(1)나는 대답할 것이다

  • 迷茫

    迷茫2017-04-18 09:17:10

    원격 창고 연결 시간이 초과되었습니다. 기기가 원격 창고에 연결되지 않거나 원격 창고가 다운되었을 수 있습니다.

    회신하다
    0
  • 취소회신하다