I was able to find those jar files online and download into my local repo:
http://www.mvnsearch.org/maven2/com/...ecurity/1.3.1/
http://www.mvnsearch.org/maven2/com/...t/wsit-rt/1.1/
I downloaded, then ran the following:
Code:
mvn install:install-file -Dfile=/Users/xxxx/Downloads/wsit-rt-1.1.jar -DgroupId=com.sun.xml.wsit -DartifactId=wsit-rt -Dversion=1.1 -Dpackaging=jar
mvn install:install-file -Dfile=/Users/xxxx/Downloads/xws-security-1.3.1.jar -DgroupId=com.sun.xml.wsit -DartifactId=xws-security -Dversion=1.3.1 -Dpackaging=jar
This seems to have fixed this error.
I now have other errors, as documented here: http://forum.springsource.org/showth...hlight=airline