在一个一直工作到现在的应用程序中,我在 Eclipse 中运行命令 Maven->Update project,然后开始出现错误。
我试图通过删除所有本地存储库并再次运行 Maven->Update 项目来修复它。但这些是我仍然在我的标记视图中看到的错误:
Missing artifact org.slf4j:slf4j-api:jar:1.6.6
Missing artifact org.slf4j:slf4j-api:jar:1.6.6
ArtifactTransferException: Failure to transfer org.slf4j:slf4j-api:jar:1.6.6 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of
ArtifactTransferException: Failure to transfer org.slf4j:slf4j-api:jar:1.6.6 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of
Error occured processing XML 'org/springframework/transaction/interceptor/TransactionInterceptor'. See Error Log for more details
代码之前没有改变并且工作正常。
关于如何修复这些错误的任何想法?