remove log4j-core dependency

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897038 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-01-14 15:15:01 +00:00
parent 6e92ba3c57
commit 45d042d0c1
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@ sourceSets {
dependencies {
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
// implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"
runtimeOnly "org.apache.logging.log4j:log4j-core:${log4jVersion}"
}
idea {