From 51e0afee1f126f70c5ebf619c6d29b661861cea1 Mon Sep 17 00:00:00 2001 From: Demogorgon314 Date: Tue, 31 Aug 2021 15:19:45 +0800 Subject: [PATCH] Fix unit test logs has multiple slf4j bindings --- pom.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d1689c8295..17271a69b8 100644 --- a/pom.xml +++ b/pom.xml @@ -159,12 +159,6 @@ ${log4j2.version} - - org.apache.logging.log4j - log4j-slf4j-impl - ${log4j2.version} - - com.fasterxml.jackson.core jackson-databind @@ -195,6 +189,13 @@ ${commons-lang3.version} + + org.apache.logging.log4j + log4j-slf4j-impl + ${log4j2.version} + test + + org.testng testng