Explorar el Código

remove jasper-runtime-5.5.23.jar dep

qiaozhanwei hace 6 años
padre
commit
c379b4f46a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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>