|
@@ -110,6 +110,10 @@
|
|
<groupId>javax.servlet</groupId>
|
|
<groupId>javax.servlet</groupId>
|
|
<artifactId>servlet-api</artifactId>
|
|
<artifactId>servlet-api</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>javax.servlet.jsp</groupId>
|
|
|
|
+ <artifactId>jsp-api</artifactId>
|
|
|
|
+ </exclusion>
|
|
<exclusion>
|
|
<exclusion>
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
<artifactId>jetty</artifactId>
|
|
<artifactId>jetty</artifactId>
|