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

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

    This issue is because of the required .jar files are not available in .m2 repo .

    1. Right click the project ->Maven ->project Update .

    2. If you are using settings.xml provided in working organization , then remove that settings.xml and repeat the step 1. when you place the settings.xml , it always tries to download the required .jar files from the organization repo.

提交回复
热议问题