Fixing compilation issue in ws-policy itest

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk@1503084 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/testing/itest/ws/wspolicy/pom.xml b/testing/itest/ws/wspolicy/pom.xml
index dbf150c..24fbf3b 100644
--- a/testing/itest/ws/wspolicy/pom.xml
+++ b/testing/itest/ws/wspolicy/pom.xml
@@ -44,22 +44,28 @@
             <version>2.5-SNAPSHOT</version>

        </dependency>

                 

-        <dependency>

-            <groupId>org.mortbay.jetty</groupId>

-            <artifactId>jetty</artifactId>

-            <version>6.1.19</version>

-        </dependency>

+       <dependency>

+           <groupId>wss4j</groupId>

+           <artifactId>wss4j</artifactId>

+           <version>1.5.1</version>

+      </dependency>

 

-        <dependency>

+      <dependency>

+           <groupId>org.mortbay.jetty</groupId>

+           <artifactId>jetty</artifactId>

+           <version>6.1.19</version>

+      </dependency>

+

+      <dependency>

            <groupId>org.codehaus.woodstox</groupId>

            <artifactId>wstx-asl</artifactId>

            <version>3.2.9</version>

-        </dependency>

-        <dependency>

-            <groupId>xalan</groupId>

-            <artifactId>xalan</artifactId>

-            <version>2.7.0</version>

-        </dependency>       

+      </dependency>

+      <dependency>

+           <groupId>xalan</groupId>

+           <artifactId>xalan</artifactId>

+           <version>2.7.0</version>

+      </dependency>

     </dependencies>

 

     <build>