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 2010/01/18 12:55:48 UTC

svn commit: r900351 - /tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml

Author: antelder
Date: Mon Jan 18 11:55:48 2010
New Revision: 900351

URL: http://svn.apache.org/viewvc?rev=900351&view=rev
Log:
Update to use base jar

Modified:
    tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml?rev=900351&r1=900350&r2=900351&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml Mon Jan 18 11:55:48 2010
@@ -33,8 +33,8 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-web-runtime</artifactId>
+            <groupId>org.apache.tuscany.sca.shades</groupId>
+            <artifactId>tuscany-base</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>