You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by li...@apache.org on 2008/02/16 15:49:31 UTC

svn commit: r628315 - /incubator/shindig/trunk/java/gadgets/pom.xml

Author: lindner
Date: Sat Feb 16 06:49:30 2008
New Revision: 628315

URL: http://svn.apache.org/viewvc?rev=628315&view=rev
Log:
Applied patch from SHINDIG-73 so builds don't include the servlet-api.jar 
file in the war, since that's a violation of the servlet spec.
Thanks to Luciano Resende

Modified:
    incubator/shindig/trunk/java/gadgets/pom.xml

Modified: incubator/shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.xml?rev=628315&r1=628314&r2=628315&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.xml Sat Feb 16 06:49:30 2008
@@ -127,6 +127,7 @@
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
       <version>2.4</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>