I have attempted install of the Spring Source 2.9.2 for both Windows 7 and Mac OSX Mountain Lion. I have also attempted to install the STS as a plug in to my current editions of Eclipse, but I have not been able to resolve dependencies when I attempt to create a new project using the Spring MVC Template.

I have downloaded the libraries and set them as user libraries in the workspace for Spring, Maven and SFG4J. These helped to resolve the logger classes, but none of the Spring imports nor any of the default configuration files will resolve as error free.

Is there a setting or method that I could use to clear these up and move forward with developing Spring?

My current attempt is OS X Mtn Lion, MBP , SpringTS 2.9.2, with Spring edition 3.1.

When I look at the pom.xml.. i see this error. I have attempted to update Maven dependencies, and clean the project without success.

Please advise,

"
Code:
Multiple annotations found at this line:
	- Missing artifact javax.servlet:servlet-api:jar:2.5
	- Missing artifact org.springframework:spring-asm:jar:3.1.0.RELEASE
	- Missing artifact javax.servlet:jstl:jar:1.2
	- Missing artifact junit:junit:jar:4.7
	- Missing artifact org.springframework:spring-context:jar:3.1.0.RELEASE
	- ArtifactDescriptorException: Failed to read artifact descriptor for 
	 org.springframework:spring-beans:jar:3.1.0.RELEASE: ArtifactResolutionException: 
	 Failure to transfer org.springframework:spring-beans:pom:3.1.0.RELEASE from http://
	 repo1.maven.org/maven2 was cached in the local repository, resolution will not be 
	 reattempted until the update interval of central has elapsed or updates are forced. 
	 Original error: Could not transfer artifact org.springframework:spring-beans:pom:
	 3.1.0.RELEASE from/to central (http://repo1.maven.org/maven2): /Users/user/.m2/
	 repository/org/springframework/spring-beans/3.1.0.RELEASE/spring-
	 beans-3.1.0.RELEASE.pom.ahca319822f8fa94c59 (No such file or directory)
	- Missing artifact org.springframework:spring-expression:jar:3.1.0.RELEASE
	- Missing artifact org.springframework:spring-webmvc:jar:3.1.0.RELEASE
	- Missing artifact org.aspectj:aspectjrt:jar:1.6.9
	- Missing artifact org.slf4j:slf4j-api:jar:1.5.10
	- ArtifactDescriptorException: Failed to read artifact descriptor for 
	 org.springframework:spring-aop:jar:3.1.0.RELEASE: ArtifactResolutionException: Failure 
	 to transfer org.springframework:spring-aop:pom:3.1.0.RELEASE from http://
	 repo1.maven.org/maven2 was cached in the local repository, resolution will not be 
	 reattempted until the update interval of central has elapsed or updates are forced. 
	 Original error: Could not transfer artifact org.springframework:spring-aop:pom:
	 3.1.0.RELEASE from/to central (http://repo1.maven.org/maven2): Failed to transfer 
	 http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.0.RELEASE/
	 spring-aop-3.1.0.RELEASE.pom. Error code 416, Requested Range Not Satisfiable
	- Missing artifact aopalliance:aopalliance:jar:1.0
	- Missing artifact org.slf4j:slf4j-log4j12:jar:1.5.10
	- Missing artifact javax.servlet.jsp:jsp-api:jar:2.1
	- Missing artifact org.springframework:spring-core:jar:3.1.0.RELEASE
	- Missing artifact log4j:log4j:jar:1.2.15
	- Missing artifact javax.inject:javax.inject:jar:1
	- Missing artifact org.slf4j:jcl-over-slf4j:jar:1.5.10
	- Missing artifact org.springframework:spring-web:jar:3.1.0.RELEASE
	- Missing artifact org.springframework:spring-context-support:jar:3.1.0.RELEASE
"