summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/testing/compliance-tests/binding-jms/pom.xml
diff options
context:
space:
mode:
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>