Browse Source

[Fix] zookeeper dashboard error(#991) (#992)

#991

Add log4j jar.
pull/2/head
gary 5 years ago committed by dailidong
parent
commit
d01360de0e
  1. 8
      escheduler-common/pom.xml

8
escheduler-common/pom.xml

@ -83,10 +83,6 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.curator</groupId>
<artifactId>curator-client</artifactId>
@ -519,6 +515,10 @@
<artifactId>log4j-web</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
<exclusion>
<artifactId>log4j-1.2-api</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
</exclusions>
</dependency>

Loading…
Cancel
Save