Import servlet-api 2.4 in order to bring in the correct PageContext class
This commit is contained in:
parent
d81a806405
commit
fe0c99c816
|
@ -84,7 +84,13 @@
|
|||
<version>2.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
<version>2.4</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>taglibs</groupId>
|
||||
<artifactId>standard</artifactId>
|
||||
<version>1.0.6</version>
|
||||
|
|
Loading…
Reference in New Issue