Browse Source

update servlet jar conflict

qiaozhanwei 6 years ago
parent
commit
a3952ea6cc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      escheduler-common/pom.xml

+ 4 - 0
escheduler-common/pom.xml

@@ -348,6 +348,10 @@
 					<artifactId>javax.servlet</artifactId>
 					<groupId>org.eclipse.jetty.orbit</groupId>
 				</exclusion>
+				<exclusion>
+					<artifactId>servlet-api-2.5</artifactId>
+					<groupId>org.mortbay.jetty</groupId>
+				</exclusion>
 			</exclusions>
 		</dependency>