Since when are we moving to spring 2.0.6?
Missing:
----------
1) org.springframework:spring-mock:jar:2.0.6
Try downloading the file manually from:
http://www.springframework.org
Then, install it using the command:
mvn install:install-file -DgroupId=org.springframework
-DartifactId=spring-mock \
-Dversion=2.0.6 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there: mvn deploy:deploy-file -DgroupId=org.springframework
-DartifactId=spring-mock \
-Dversion=2.0.6 -Dpackaging=jar -Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.cxf:cxf-systests:jar:2.1-incubator-SNAPSHOT
2) org.springframework:spring-mock:jar:2.0.6
----------
1 required artifact is missing.
for artifact:
org.apache.cxf:cxf-systests:jar:2.1-incubator-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
apache-incubator
(http://people.apache.org/repo/m2-incubating-repository)