Merge pull request #252 from qiaozhanwei/branch-1.0.2

remove jasper-runtime-5.5.23.jar dep
This commit is contained in:
乔占卫 2019-05-07 14:24:45 +08:00 committed by GitHub
commit 4e51d0d95e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -352,6 +352,10 @@
<artifactId>servlet-api-2.5</artifactId>
<groupId>org.mortbay.jetty</groupId>
</exclusion>
<exclusion>
<artifactId>jasper-runtime</artifactId>
<groupId>tomcat</groupId>
</exclusion>
</exclusions>
</dependency>