Maven: missing artifact org.springframework:spring:jar:4.2.6

前端 未结 6 701
栀梦
栀梦 2021-02-08 09:10

I have a dynamic web project in SpringToolSuite. It is converted into a Maven project.

I am getting the issue:

Mising artifact org.springframew

6条回答
  •  悲哀的现实
    2021-02-08 09:33

    Maven by default downloads the required dependencies to your local repository so they can be accesses faster next time. Maybe the dependency is either corrupted, or removed from your local disk? Did you check that C:\Users\jublikon.m2\repository\org\springframework\spring\4.2.6\spring-4.2.6.jar actually exists and is a valid spring jar file?

提交回复
热议问题