I have a dynamic web project in SpringToolSuite. It is converted into a Maven project.
I am getting the issue:
Mising artifact org.springframew
For spring framework, I was using the following dependency in my pom.xml file
org.springframework
spring-test
4.3.2RELEASE
test
But it was giving me the error
Missing artifact org.springframework.boot:spring-boot-starter-test:jar:4.3.2.RELEASE
But when I changed the version to the latest one, the error was removed.
org.springframework
spring-test
5.2.1.RELEASE
test
So try using the latest version.