summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-07-15 02:49:54 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-07-15 02:49:54 +0000
commite429fd37433b972341ad41ec4622e8547c146b51 (patch)
treeabf00ffafcbe7d64a4a2a12d0e442cf0d9962aef
parent360956f0a1817deded93861d1bf4ce1efd8d5ee8 (diff)
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
-rw-r--r--sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml10
1 files changed, 8 insertions, 2 deletions
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 878cdc57e7..2b73e596dc 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
@@ -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>