diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-07-15 05:36:35 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-07-15 05:36:35 +0000 |
commit | 60d1188423471c6b92a4035905a4dccef863dc56 (patch) | |
tree | 532c76b7061391f8f784bd71c2513b26e0d28fb8 | |
parent | 6fb24a208dca120077f074dd59e7fb907554c5e0 (diff) |
Use newer version of wss4j to avoid test failures
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1503111 13f79535-47bb-0310-9956-ffa450edef68
3 files changed, 3 insertions, 9 deletions
diff --git a/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE b/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE index 050b17c589..20c00f7fd5 100644 --- a/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE +++ b/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE @@ -312,7 +312,7 @@ The following components come under Apache Software License 2.0 wink-client-1.2.0-incubating.jar
wink-client-apache-httpclient-1.2.0-incubating.jar
wink-server-1.2.0-incubating.jar
- wss4j-1.5.1.jar
+ wss4j-1.5.11.jar
xalan-2.7.0.jar
xercesImpl-2.8.1.jar
xmlbeans-2.3.0.jar
diff --git a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml index 2b73e596dc..e461d1b524 100644 --- a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml @@ -210,9 +210,9 @@ </dependency> <dependency> - <groupId>wss4j</groupId> + <groupId>org.apache.ws.security</groupId> <artifactId>wss4j</artifactId> - <version>1.5.1</version> + <version>1.5.11</version> </dependency> <!-- replace the Rampart xmlsec with the version Tuscany is using --> diff --git a/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml index 24fbf3bf4c..b450d855a5 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml @@ -44,12 +44,6 @@ <version>2.5-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>wss4j</groupId>
- <artifactId>wss4j</artifactId>
- <version>1.5.1</version>
- </dependency>
-
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
|