Skip to content

Commit

Permalink
* 升级servlet api到3.0.1,除去servlet 2.x的间接依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Zhou committed Oct 23, 2012
1 parent 09db838 commit 5fa2fb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,10 @@
<groupId>jtidy</groupId>
<artifactId>jtidy</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 5fa2fb5

Please sign in to comment.