Skip to content

Commit b580696

Browse files
author
David Syer
committed
Exclude Jetty version of servlet API
1 parent bce723d commit b580696

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

org.springframework.web/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@
160160
<artifactId>jetty</artifactId>
161161
<version>6.1.9</version>
162162
<scope>test</scope>
163+
<exclusions>
164+
<exclusion>
165+
<artifactId>servlet-api-2.5</artifactId>
166+
<groupId>org.mortbay.jetty</groupId>
167+
</exclusion>
168+
</exclusions>
163169
</dependency>
164170
<dependency>
165171
<groupId>xmlunit</groupId>

0 commit comments

Comments
 (0)