Switch to a different version of wss4j to try to fix build issues
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1503104 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
360956f0a1
commit
e429fd3743
1 changed files with 8 additions and 2 deletions
|
@ -202,13 +202,19 @@
|
|||
<groupId>org.apache.santuario</groupId>
|
||||
<artifactId>xmlsec</artifactId>
|
||||
</exclusion>
|
||||
<!--exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.apache.ws.security</groupId>
|
||||
<artifactId>wss4j</artifactId>
|
||||
</exclusion-->
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>wss4j</groupId>
|
||||
<artifactId>wss4j</artifactId>
|
||||
<version>1.5.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- replace the Rampart xmlsec with the version Tuscany is using -->
|
||||
<dependency>
|
||||
<groupId>org.apache.santuario</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue