我是从SVN下载JPetstore的,但存在无法解决的Maven错误
我试过运行maven-update依赖项和maven-update项目配置,但没有帮助。
错误如下:
The container 'Maven Dependencies' references non existing library
'C:\Users\YYC\.m2\repository\javax\servlet\jstl\1.2\jstl-1.2.jar
ArtifactDescriptorException: Failed to read artifact descriptor for
org.springframework:spring-context-support:jar:3.0.0.BUILD-SNAPSHOT:
专家:2.2.1
春季JPetstore https://src.springframework.org/svn/spring-samples/jpetstore/trunk/org.springframework.samples.jpetstore/
我想了解错误并解决它们,以便我可以构建和运行JPetStore代码。
最佳答案
看来答案是编辑pom.xml来引用Spring 3.0.5.RELEASE,以替换文件中的3.0.0.BUILD-SNAPSHOT。