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/12 16:06:58 UTC

svn commit: r685159 - /tuscany/java/sca/samples/helloworld-jsp/pom.xml

Author: antelder
Date: Tue Aug 12 07:06:57 2008
New Revision: 685159

URL: http://svn.apache.org/viewvc?rev=685159&view=rev
Log:
remove unneeded dependencies

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

Modified: tuscany/java/sca/samples/helloworld-jsp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/samples/helloworld-jsp/pom.xml?rev=685159&r1=685158&r2=685159&view=diff
==============================================================================
--- tuscany/java/sca/samples/helloworld-jsp/pom.xml (original)
+++ tuscany/java/sca/samples/helloworld-jsp/pom.xml Tue Aug 12 07:06:57 2008
@@ -45,20 +45,6 @@
             <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>
-        </dependency>
-
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.3</version>
-            <scope>provided</scope>
-        </dependency>
-
     </dependencies>
 
     <build>