From 1e50886b5424de56d6fae60f3b64ccba4003eeaf Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 14 Sep 2022 09:31:40 +0000 Subject: log4j 2.19.0 rc2 may not need hamcrest build hack git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904064 13f79535-47bb-0310-9956-ffa450edef68 --- poi-excelant/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'poi-excelant') diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index 72bb1bf74d..ef96c88077 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -46,9 +46,7 @@ dependencies { exclude group: 'org.apache.poi', module: 'poi-scratchpad' } testImplementation 'com.google.guava:guava:31.1-jre' - testImplementation ("org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}") { - exclude group: 'org.hamcrest', module: 'hamcrest-core' - } + testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}" testImplementation 'org.slf4j:slf4j-simple:2.0.0' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" -- cgit v1.2.3