One of my classmates needs to collaborate on the development of the MAVEN project from his computer to the eclipse in My computer, appearing in the Pom.xml file
"Missing Artifact Org.springframework:spring-jdbc:jar:3.2.4.release" error
Workaround: (answer found on StackOverflow)
In case you haven ' t already do it, try updating the project with regard to Maven.
In Eclipse Kepler, right-click on the project, then Maven > Update Project ... and then make sure your project is Checke D under Available Maven codebases, and that's Update project configuration from Pom.xml is checked, then select OK.
For older versions of Eclipse, your just right-click on the project, then Maven, and then I believe Update project Configur ation.
Each of this should signal to Eclipse this pom.xml has been updated, and that it needs to is reexamined and to Downlo Ad any dependencies.