Align javax.servlet:servlet-api version with the Ant build (under the lucene demo contrib)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-03-20 22:40:48 +00:00
parent 5855c9c54b
commit d5683bea96
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<version>2.4</version>
</dependency>
<dependency>
<groupId>com.spatial4j</groupId>