You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/10/14 17:11:26 UTC

svn commit: r1022573 - /tuscany/sca-java-2.x/trunk/features/base-runtime/pom.xml

Author: slaws
Date: Thu Oct 14 15:11:26 2010
New Revision: 1022573

URL: http://svn.apache.org/viewvc?rev=1022573&view=rev
Log:
add enough impl-web and host-webapp in order to get helloworld-jsp working.

Modified:
    tuscany/sca-java-2.x/trunk/features/base-runtime/pom.xml

Modified: tuscany/sca-java-2.x/trunk/features/base-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/features/base-runtime/pom.xml?rev=1022573&r1=1022572&r2=1022573&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/features/base-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/features/base-runtime/pom.xml Thu Oct 14 15:11:26 2010
@@ -52,6 +52,12 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-host-webapp</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java</artifactId>
             <version>${pom.version}</version>
         </dependency>
@@ -64,6 +70,12 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-web-runtime</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
             <version>${pom.version}</version>
         </dependency>