You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2011/02/16 21:24:39 UTC

svn commit: r1071384 - /turbine/core/trunk/pom.xml

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>