summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/testing/compliance-tests/binding-jms/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-09-26 23:49:51 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-09-26 23:49:51 +0000
commit9097ec792043adde6dba8bb299e784529ff74ede (patch)
treeccf34eea7917e4a5a04cc12db5138b2a1f9df439 /sca-java-2.x/branches/2.0/testing/compliance-tests/binding-jms/pom.xml
parente3035cce2ec74a816e296de575be613f3d77e9bf (diff)
Update wss4j version to 1.5.11 to avoid build issues as 1.5.10 seems corrupted
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1526751 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches/2.0/testing/compliance-tests/binding-jms/pom.xml')
-rw-r--r--sca-java-2.x/branches/2.0/testing/compliance-tests/binding-jms/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/sca-java-2.x/branches/2.0/testing/compliance-tests/binding-jms/pom.xml b/sca-java-2.x/branches/2.0/testing/compliance-tests/binding-jms/pom.xml
index ad903513b1..ce333f401e 100644
--- a/sca-java-2.x/branches/2.0/testing/compliance-tests/binding-jms/pom.xml
+++ b/sca-java-2.x/branches/2.0/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.1-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>