From 1f002ac5098878fe8a503a24f1500efcf20e76fc Mon Sep 17 00:00:00 2001 From: coding Date: Mon, 13 Dec 2021 15:27:48 +0800 Subject: [PATCH] [ISSUE #3635] remove log4j dependency in client pom (#3636) Co-authored-by: zanglei --- client/pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 82a053cf903..07ba7d1e483 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -38,11 +38,6 @@ - - org.slf4j - slf4j-api - test - org.apache.commons commons-lang3 @@ -59,15 +54,5 @@ 0.33.0 test - - org.apache.logging.log4j - log4j-core - test - - - org.apache.logging.log4j - log4j-slf4j-impl - test -