You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/05/03 01:31:25 UTC

svn commit: r534654 - in /incubator/tuscany/java/sca/modules: core-spi/pom.xml host-spi/pom.xml

Author: lresende
Date: Wed May  2 16:31:25 2007
New Revision: 534654

URL: http://svn.apache.org/viewvc?view=rev&rev=534654
Log:
Making servlet-api dependencies as scope provided to avoid packaging it into web application war files

Modified:
    incubator/tuscany/java/sca/modules/core-spi/pom.xml
    incubator/tuscany/java/sca/modules/host-spi/pom.xml

Modified: incubator/tuscany/java/sca/modules/core-spi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/core-spi/pom.xml?view=diff&rev=534654&r1=534653&r2=534654
==============================================================================
--- incubator/tuscany/java/sca/modules/core-spi/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/core-spi/pom.xml Wed May  2 16:31:25 2007
@@ -70,6 +70,7 @@
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>

Modified: incubator/tuscany/java/sca/modules/host-spi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/host-spi/pom.xml?view=diff&rev=534654&r1=534653&r2=534654
==============================================================================
--- incubator/tuscany/java/sca/modules/host-spi/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/host-spi/pom.xml Wed May  2 16:31:25 2007
@@ -39,6 +39,7 @@
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>
+            <scope>provided</scope>
         </dependency>
 
     </dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org