Author: lresende
Date: Wed May 14 15:18:53 2008
New Revision: 656453
URL: http://svn.apache.org/viewvc?rev=656453&view=rev
Log:
Adding host-tomcat in order to properly expose the component as webservices
Modified:
incubator/tuscany/java/sca/itest/bpel/helloworld-ws/pom.xml
Modified: incubator/tuscany/java/sca/itest/bpel/helloworld-ws/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bpel/helloworld-ws/pom.xml?rev=656453&r1=656452&r2=656453&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/bpel/helloworld-ws/pom.xml (original)
+++ incubator/tuscany/java/sca/itest/bpel/helloworld-ws/pom.xml Wed May 14
15:18:53 2008
@@ -74,7 +74,14 @@
<artifactId>xercesImpl</artifactId>
<version>2.8.1</version>
</dependency>
-
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-tomcat</artifactId>
+ <version>2.0-incubating-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>