Author: awiner
Date: Tue Aug 4 16:27:46 2009
New Revision: 800864
URL: http://svn.apache.org/viewvc?rev=800864&view=rev
Log:
Downgrade to Servlet 2.4
- This is a "provided" scoped, backwards-compatible API, and we should be using
the oldest version possible
Modified:
incubator/shindig/trunk/pom.xml
Modified: incubator/shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=800864&r1=800863&r2=800864&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Tue Aug 4 16:27:46 2009
@@ -1166,7 +1166,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- <version>2.5</version>
+ <version>2.4</version>
<scope>provided</scope>
</dependency>
<dependency>