Browse Source

Exclude Jetty version of servlet API

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2215 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
David Syer 16 years ago
parent
commit
d70f9bea14
  1. 6
      org.springframework.web/pom.xml

6
org.springframework.web/pom.xml

@ -160,6 +160,12 @@ @@ -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…
Cancel
Save