I have a dynamic web project in SpringToolSuite. It is converted into a Maven project.
I am getting the issue:
Mising artifact org.springframew
This issue is because of the required .jar files are not available in .m2 repo .
Right click the project ->Maven ->project Update .
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.