summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-09-26 23:49:51 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-09-26 23:49:51 +0000
commit9097ec792043adde6dba8bb299e784529ff74ede (patch)
treeccf34eea7917e4a5a04cc12db5138b2a1f9df439 /sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml
parente3035cce2ec74a816e296de575be613f3d77e9bf (diff)
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
Diffstat (limited to 'sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml')
-rw-r--r--sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml b/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml
index c58e8acb21..d76483cac4 100644
--- a/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml
+++ b/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml
@@ -188,10 +188,20 @@
<exclusion>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- </exclusion>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.ws.security</groupId>
+ <artifactId>wss4j</artifactId>
+ </exclusion>
</exclusions>
- </dependency>
-
+ </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>