summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-07-15 01:08:44 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-07-15 01:08:44 +0000
commit360956f0a1817deded93861d1bf4ce1efd8d5ee8 (patch)
tree833fe8cb77b946ba75d59d9d5c541a40e35c54fb
parent3b22b0bf72190776b7cd7c98a3dcea573852f2d6 (diff)
Rever exclusion of wss4j dependency from rampart
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1503099 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml4
1 files changed, 2 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 6fe55240f4..878cdc57e7 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,10 +202,10 @@
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
</exclusion>
- <exclusion>
+ <!--exclusion>
<groupId>org.apache.ws.security</groupId>
<artifactId>wss4j</artifactId>
- </exclusion>
+ </exclusion-->
</exclusions>
</dependency>