You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by va...@apache.org on 2008/11/05 16:32:17 UTC

svn commit: r711588 - /geronimo/plugins/tuscany/trunk/tuscany-jetty/pom.xml

Author: vamsic007
Date: Wed Nov  5 07:32:16 2008
New Revision: 711588

URL: http://svn.apache.org/viewvc?rev=711588&view=rev
Log:
GERONIMO-4343 Tuscany Geronimo plugin bring up
 o implementation-web-runtime.diff relevant updates for Jetty

Modified:
    geronimo/plugins/tuscany/trunk/tuscany-jetty/pom.xml

Modified: geronimo/plugins/tuscany/trunk/tuscany-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/tuscany/trunk/tuscany-jetty/pom.xml?rev=711588&r1=711587&r2=711588&view=diff
==============================================================================
--- geronimo/plugins/tuscany/trunk/tuscany-jetty/pom.xml (original)
+++ geronimo/plugins/tuscany/trunk/tuscany-jetty/pom.xml Wed Nov  5 07:32:16 2008
@@ -44,6 +44,12 @@
             <version>${version}</version>
             <type>jar</type>
         </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.plugins</groupId>
+            <artifactId>geronimo-tuscany-implementation-web</artifactId>
+            <version>${version}</version>
+            <type>jar</type>
+        </dependency>
 
         <dependency>
             <groupId>annogen</groupId>
@@ -281,10 +287,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-host-webapp</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java</artifactId>
         </dependency>
         <dependency>
@@ -301,6 +303,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-web</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-interface</artifactId>
         </dependency>
         <dependency>