From 677463f9176af9e20e08540c6766907a8ca6c8af Mon Sep 17 00:00:00 2001 From: abilan Date: Tue, 14 Feb 2023 14:12:49 -0500 Subject: [PATCH] Remove `log4j-slf4j2-impl` dependency --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 12a9c1f..b4fcb8b 100644 --- a/build.gradle +++ b/build.gradle @@ -141,7 +141,6 @@ dependencies { testRuntimeOnly 'org.apache.logging.log4j:log4j-core' testRuntimeOnly 'org.apache.logging.log4j:log4j-jcl' testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl' - testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j2-impl' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }