Maven构建路径错误

Maven build path error

我使用 eclipse 创建了一个 maven 项目,它给我以下构建路径错误

Description Resource Path Location Type Archive for required library: 'C:/Users/scjayasekara/.m2/repository/org/springframework/spring-beans/4.1.1.RELEASE/spring-beans-4.1.1.RELEASE.jar' in project 'KromeSoop' cannot be read or is not a valid ZIP file BookStore       Build path  Build Path Problem

我删除了整个存储库并更新了工作区中的所有项目。但它也没有用。有什么建议可以解决这个问题吗??

我得到了答案。

我只是将 spring web-mvc 4.1.1 依赖项替换为 spring web-mvc 4.1.3,它解决了构建路径问题。