Exclude Jetty version of servlet API
This commit is contained in:
parent
bce723d9e3
commit
b580696550
|
|
@ -160,6 +160,12 @@
|
|||
<artifactId>jetty</artifactId>
|
||||
<version>6.1.9</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>servlet-api-2.5</artifactId>
|
||||
<groupId>org.mortbay.jetty</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xmlunit</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue