Force different version of wss4j to see if it fixes jenkins build

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk@1513326 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/testing/compliance-tests/binding-jms/pom.xml b/testing/compliance-tests/binding-jms/pom.xml
index 078b77c..8d1621a 100644
--- a/testing/compliance-tests/binding-jms/pom.xml
+++ b/testing/compliance-tests/binding-jms/pom.xml
@@ -36,6 +36,18 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-otests-sca-jms-tests</artifactId>
             <version>2.0-SNAPSHOT</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.ws.security</groupId>
+                    <artifactId>wss4j</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.ws.security</groupId>
+            <artifactId>wss4j</artifactId>
+            <version>1.5.11</version>
         </dependency>
 
         <dependency>