Author: lresende
Date: Sun Jul 14 23:58:31 2013
New Revision: 1503084

URL: http://svn.apache.org/r1503084
Log:
Fixing compilation issue in ws-policy itest

Modified:
    tuscany/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml?rev=1503084&r1=1503083&r2=1503084&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml Sun Jul 14 
23:58:31 2013
@@ -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>


Reply via email to