Hi, I think you should add the jar file to your local repository (probably because none of the maven repositories your are pointing to do not contain such version).
For instance, you can get the jar and pom from http://maven.toolbox.1genia.com/bouncycastle/bcprov-jdk13/132/ here . and then install it: mvn install:install-file -Dfile=bcprov-jdk13-132.jar -DgroupId=bouncycastle -DartifactId=bcprov-jdk13 -Dversion=132 -Dpackaging=jar -DgeneratePom=true Afterwards it should work fine. Cheers Orlando. -- View this message in context: http://servicemix.396122.n5.nabble.com/Problems-deploying-a-JMS-su-tp3249641p3303434.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
