Browse Source

Merge remote-tracking branch 'upstream/branch-1.0.2' into 102

pull/2/head
baoliang 5 years ago
parent
commit
2d0084ffb4
  1. 4
      escheduler-common/pom.xml

4
escheduler-common/pom.xml

@ -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>

Loading…
Cancel
Save