mirror of https://github.com/apache/poi.git
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:
parent
6e92ba3c57
commit
45d042d0c1
|
@ -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…
Reference in New Issue