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:
lresende 2013-07-15 02:49:54 +00:00
parent 360956f0a1
commit e429fd3743

View file

@ -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>