无法在 Maven 项目中安装 spring 上下文依赖项

Not able to install spring context dependency in Maven project

我是 Spring 的新手。我只是尝试探索它并在 pom.xml 中添加了 Spring 上下文相关性,但它显示错误。enter image description here 可能是什么原因?

您可以尝试通过 mvn -U clean install 从头开始​​重新安装您的工件吗?