changed Servlet API dependency to provided (SPR-6284)
This commit is contained in:
parent
ee15bbb494
commit
6494041849
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue