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

前端 未结 6 683
栀梦
栀梦 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:45

    What worked for me is that I deleted

    /Users/username/.m2/repository/org/springframework/spring/ directory

    and then run mvn clean install command in my project.

    That way Maven downloaded the real .jar file that was previously I guees not recognized.

提交回复
热议问题