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 2008/08/14 10:08:20 UTC

svn commit: r685800 - /tuscany/java/sca/samples/helloworld-web/pom.xml

Author: antelder
Date: Thu Aug 14 01:08:19 2008
New Revision: 685800

URL: http://svn.apache.org/viewvc?rev=685800&view=rev
Log:
Add missing dependency

Modified:
    tuscany/java/sca/samples/helloworld-web/pom.xml

Modified: tuscany/java/sca/samples/helloworld-web/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/samples/helloworld-web/pom.xml?rev=685800&r1=685799&r2=685800&view=diff
==============================================================================
--- tuscany/java/sca/samples/helloworld-web/pom.xml (original)
+++ tuscany/java/sca/samples/helloworld-web/pom.xml Thu Aug 14 01:08:19 2008
@@ -47,6 +47,13 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-host-webapp</artifactId>
+            <version>1.4-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
             <version>1.4-SNAPSHOT</version>
             <scope>runtime</scope>