I want to create a mvc spring maven project, I got the following error:
The following artifacts could not be resolved: org.aopalliance:com.springsource.org.aopalliance:jar:1.0.0, org.hibernate:hibernate-validator:jar:4.2.0.Beta1: Could not find artifact org.aopalliance:com.springsource.org.aopalliance:jar:1.0.0 in central (http://repo1.maven.org/maven2)
I use the eclipse plugin and m2eclipse. I do not know how to add a local repository. And I found for different versions of eclipse, the result is different. Some may pass, some fail. I'm confused.
By the way, where can I find the maven version used in m2eclipse?
Thanks for the advanced.
Update: I can now handle the hibernate-validator, but even I removed all the spring mvc dependencies, I found that many other libraries depend on com.springsource.org.aopalliance,
source
share