summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-08-13 02:37:04 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-08-13 02:37:04 +0000
commit3266756925e8b013142dbc4f02c0d2ca1f5d3f65 (patch)
treede332ed66c8b3e07d5516aaf08f24e474a8dd7ff
parentba29d42596ade6b07cc4b0d7da74fa97d669e4ae (diff)
Force different version of wss4j to see if it fixes jenkins build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1513326 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml
index 078b77c910..8d1621a031 100644
--- a/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml
+++ b/sca-java-2.x/trunk/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>