diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-09-14 09:31:40 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-09-14 09:31:40 +0000 |
commit | 1e50886b5424de56d6fae60f3b64ccba4003eeaf (patch) | |
tree | a5b4b1ed00442eb492db6e0cb4af15f65a2eb090 /poi-integration/build.gradle | |
parent | be9d333493a156f8737b7e65bd30d5e4b9942501 (diff) | |
download | poi-1e50886b5424de56d6fae60f3b64ccba4003eeaf.tar.gz poi-1e50886b5424de56d6fae60f3b64ccba4003eeaf.zip |
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
Diffstat (limited to 'poi-integration/build.gradle')
-rw-r--r-- | poi-integration/build.gradle | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index 3dd62c2e44..0318c2f7af 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -77,9 +77,7 @@ dependencies { } } testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives') - 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}" |