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 2006/08/16 17:25:53 UTC

svn commit: r431921 - /incubator/tuscany/java/samples/sca/helloworldwsOM/pom.xml

Author: antelder
Date: Wed Aug 16 08:25:52 2006
New Revision: 431921

URL: http://svn.apache.org/viewvc?rev=431921&view=rev
Log:
TUSCANY-622, get the ws service working with the current axis2 binding

Modified:
    incubator/tuscany/java/samples/sca/helloworldwsOM/pom.xml

Modified: incubator/tuscany/java/samples/sca/helloworldwsOM/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldwsOM/pom.xml?rev=431921&r1=431920&r2=431921&view=diff
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldwsOM/pom.xml (original)
+++ incubator/tuscany/java/samples/sca/helloworldwsOM/pom.xml Wed Aug 16 08:25:52 2006
@@ -38,16 +38,13 @@
             <groupId>org.osoa</groupId>
             <artifactId>sca-api-r0.95</artifactId>
             <version>1.0-SNAPSHOT</version>
-            <scope>provided</scope>
-            <!-- provide seem to be correct for tomcat integration.
-            <scope>provided</scope>
-            -->
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany</groupId>
             <artifactId>core</artifactId>
             <version>${pom.version}</version>
-            <scope>provided</scope>
+            <scope>runtime</scope> <!-- runtime is need for webapp integration to include jar -->
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>
@@ -59,15 +56,18 @@
             <artifactId>axis2</artifactId>
             <version>${pom.version}</version>
             <scope>runtime</scope> <!-- runtime is need for webapp integration to include jar -->
-            <!-- provide seem to be correct for tomcat integration.
-            <scope>provided</scope>
-            -->
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.runtime</groupId>
+            <artifactId>webapp</artifactId>
+            <version>${pom.version}</version>
+            <scope>runtime</scope> <!-- runtime is need for webapp integration to include jar -->
         </dependency>
         <dependency>
           <groupId>ws-commons</groupId>
           <artifactId>axiom-api</artifactId>
           <version>SNAPSHOT</version>
-          <scope>provided</scope>
+            <scope>compile</scope> 
         </dependency>
         <dependency>
           <groupId>ws-commons</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org