changed Servlet API dependency to provided (SPR-6284)

This commit is contained in:
Juergen Hoeller 2009-11-06 16:42:14 +00:00
parent ee15bbb494
commit 6494041849
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>