瀏覽代碼

Merge pull request #252 from qiaozhanwei/branch-1.0.2

remove jasper-runtime-5.5.23.jar dep
乔占卫 6 年之前
父節點
當前提交
4e51d0d95e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      escheduler-common/pom.xml

+ 4 - 0
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>