You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2013/07/15 04:49:54 UTC

svn commit: r1503104 - /tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml

Author: lresende
Date: Mon Jul 15 02:49:54 2013
New Revision: 1503104

URL: http://svn.apache.org/r1503104
Log:
Switch to a different version of wss4j to try to fix build issues

Modified:
    tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml?rev=1503104&r1=1503103&r2=1503104&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml Mon Jul 15 02:49:54 2013
@@ -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>