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 2007/05/06 17:40:14 UTC

svn commit: r535625 - /incubator/tuscany/java/sca/modules/host-http/pom.xml

Author: antelder
Date: Sun May  6 08:40:13 2007
New Revision: 535625

URL: http://svn.apache.org/viewvc?view=rev&rev=535625
Log:
Make servlet api provided scope so its not included in webapps

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

Modified: incubator/tuscany/java/sca/modules/host-http/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/host-http/pom.xml?view=diff&rev=535625&r1=535624&r2=535625
==============================================================================
--- incubator/tuscany/java/sca/modules/host-http/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/host-http/pom.xml Sun May  6 08:40:13 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