You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2012/05/24 15:25:57 UTC

svn commit: r1342248 - /tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml

Author: antelder
Date: Thu May 24 13:25:56 2012
New Revision: 1342248

URL: http://svn.apache.org/viewvc?rev=1342248&view=rev
Log:
TUSCANY-4046: Add woodstox dependency

Modified:
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml?rev=1342248&r1=1342247&r2=1342248&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml Thu May 24 13:25:56 2012
@@ -80,6 +80,14 @@
          <version>${tuscany.version}</version>
          <scope>test</scope>
       </dependency>
+
+      <dependency>
+         <groupId>org.codehaus.woodstox</groupId>
+         <artifactId>wstx-asl</artifactId>
+         <version>3.2.9</version>
+         <scope>test</scope>
+      </dependency>
+
       <dependency>
          <groupId>org.mortbay.jetty</groupId>
          <artifactId>jetty</artifactId>
@@ -104,6 +112,11 @@
                   <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
                   <version>${tuscany.version}</version>
                </dependency>
+               <dependency>
+                  <groupId>org.codehaus.woodstox</groupId>
+                  <artifactId>wstx-asl</artifactId>
+                  <version>3.2.9</version>
+               </dependency>
             </dependencies>
          </plugin>
       </plugins>