Author: tv
Date: Wed Feb 16 20:24:39 2011
New Revision: 1071384

URL: http://svn.apache.org/viewvc?rev=1071384&view=rev
Log:
The servlet API shall be provided by the servlet container

Modified:
    turbine/core/trunk/pom.xml

Modified: turbine/core/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1071384&r1=1071383&r2=1071384&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Wed Feb 16 20:24:39 2011
@@ -837,6 +837,7 @@
       <artifactId>servlet-api</artifactId>
       <version>2.4</version>
       <type>jar</type>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>javax.activation</groupId>


Reply via email to