Browse Source

Update pom.xml (#876)

[BUG][#860] jar包冲突Correct the classpath of your application so that it contains a single, compatible version of javax.servlet.ServletContext
pull/2/head
张章章 5 years ago committed by dailidong
parent
commit
24740522e3
  1. 6
      escheduler-common/pom.xml

6
escheduler-common/pom.xml

@ -572,6 +572,12 @@
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jsp-2.1</artifactId>
<exclusions>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>servlet-api-2.5</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Loading…
Cancel
Save