提交 b5806965 编写于 作者: D David Syer

Exclude Jetty version of servlet API

上级 bce723d9
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册