You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/07/20 02:47:07 UTC

svn commit: r557826 - /incubator/tuscany/java/sca/samples/helloworld-ws-sdo/pom.xml

Author: rfeng
Date: Thu Jul 19 17:47:06 2007
New Revision: 557826

URL: http://svn.apache.org/viewvc?view=rev&rev=557826
Log:
Use the embedded Jetty instead of Tomcat due to TUSCANY-1460

Modified:
    incubator/tuscany/java/sca/samples/helloworld-ws-sdo/pom.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-sdo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-sdo/pom.xml?view=diff&rev=557826&r1=557825&r2=557826
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-sdo/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-sdo/pom.xml Thu Jul 19 17:47:06 2007
@@ -72,12 +72,23 @@
             <version>1.0-incubating-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
+
+<!-- [rfeng] It doesn't work with the embedded Tomcat, see TUSCANY-1460 -->
+<!--         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-http-tomcat</artifactId>
             <version>1.0-incubating-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
+-->        
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-http-jetty</artifactId>
+            <version>1.0-incubating-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+        
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>



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