Switch to a different version of wss4j to try to fix build issues

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk@1503104 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/modules/binding-ws-runtime-axis2/pom.xml b/modules/binding-ws-runtime-axis2/pom.xml
index 878cdc5..2b73e59 100644
--- a/modules/binding-ws-runtime-axis2/pom.xml
+++ b/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>