Browse Source

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

#991

Add log4j jar.
gary 5 years ago
parent
commit
d01360de0e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      escheduler-common/pom.xml

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