mirror of https://github.com/apache/poi.git
remove log4j-core
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896198 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0b0f60db63
commit
5ed99abe8f
|
@ -37,7 +37,7 @@ dependencies {
|
|||
implementation project(path: ':poi-scratchpad', configuration: 'archives')
|
||||
}
|
||||
|
||||
implementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"
|
||||
implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"
|
||||
|
||||
testImplementation(project(path: ':poi-ooxml', configuration: 'tests')) {
|
||||
if (NO_SCRATCHPAD) {
|
||||
|
|
Loading…
Reference in New Issue