Browse Source

remove log4j-core dependency

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897038 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_1
PJ Fanning 2 years ago
parent
commit
45d042d0c1
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      poi-ooxml-full/build.gradle

+ 0
- 2
poi-ooxml-full/build.gradle 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 {

Loading…
Cancel
Save