]> source.dussan.org Git - poi.git/commitdiff
remove log4j-core
authorPJ Fanning <fanningpj@apache.org>
Mon, 20 Dec 2021 19:38:23 +0000 (19:38 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 20 Dec 2021 19:38:23 +0000 (19:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896198 13f79535-47bb-0310-9956-ffa450edef68

poi-examples/build.gradle

index f4a4a1d99dce2156e4f2a7e449578d242501b3cd..4fac798e910a6f51119eddaefbf42a23f6b85a08 100644 (file)
@@ -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) {