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
This commit is contained in:
parent
e3035cce2e
commit
9097ec7920
4 changed files with 27 additions and 5 deletions
|
@ -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.10.jar
|
||||
wss4j-1.5.11.jar
|
||||
xalan-2.7.0.jar
|
||||
xercesImpl-2.8.1.jar
|
||||
xmlbeans-2.3.0.jar
|
||||
|
|
|
@ -189,9 +189,19 @@
|
|||
<groupId>org.apache.santuario</groupId>
|
||||
<artifactId>xmlsec</artifactId>
|
||||
</exclusion>
|
||||
<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>
|
||||
|
||||
<!-- replace the Rampart xmlsec with the version Tuscany is using -->
|
||||
<dependency>
|
||||
<groupId>org.apache.santuario</groupId>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue