maven的pom 提示错误 Failure to transfer com.thoughtworks.xstream:xstream:jar:

Description    Resource    Path    Location    Type
Failure to transfer com.thoughtworks.xstream:xstream:jar:1.4.3 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 com.thoughtworks.xstream:xstream:jar:1.4.3 from/to central (http://repo.maven.apache.org/maven2): No response received after 60000    pom.xml    /testweb    line 1    Maven Configuration Problem

 

奇怪的问题,哪位大大遇到过?

把本地MAVEN库的改jar相关信息先删除,然后通过MAVEN重新构造一次即可
POM依赖配置:

com.thoughtworks.xstream
xstream
1.4.3