今まで動作していたアプリケーションで、Eclipse でコマンド Maven->Update project を実行すると、エラーが発生し始めました。
すべてのローカルリポジトリを削除し、Maven->Update project を再度実行して修正しようとしました。しかし、これらはマーカー ビューにまだ表示されるエラーです。
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
コードは変更されておらず、以前は正常に機能していました。
これらのエラーを修正する方法について何か考えはありますか?