Author: antelder
Date: Fri Aug  1 02:09:53 2008
New Revision: 681637

URL: http://svn.apache.org/viewvc?rev=681637&view=rev
Log:
Change the sample to use only the sca-api dependency with a scope of provided 
as eveything is provided by the runtime

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

Modified: tuscany/java/sca/samples/helloworld-servlet/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/samples/helloworld-servlet/pom.xml?rev=681637&r1=681636&r2=681637&view=diff
==============================================================================
--- tuscany/java/sca/samples/helloworld-servlet/pom.xml (original)
+++ tuscany/java/sca/samples/helloworld-servlet/pom.xml Fri Aug  1 02:09:53 2008
@@ -35,27 +35,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-api</artifactId>
             <version>1.4-SNAPSHOT</version>
-        </dependency>
-
-        <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-implementation-web</artifactId>
-            <version>1.4-SNAPSHOT</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.4-SNAPSHOT</version>
-            <scope>runtime</scope>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>


Reply via email to