]> source.dussan.org Git - poi.git/commitdiff
Add test-dependency on slf4j-simple to include all logs in captured test-output
authorDominik Stadler <centic@apache.org>
Sat, 22 Jan 2022 06:58:34 +0000 (06:58 +0000)
committerDominik Stadler <centic@apache.org>
Sat, 22 Jan 2022 06:58:34 +0000 (06:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897317 13f79535-47bb-0310-9956-ffa450edef68

poi-excelant/build.gradle
poi-integration/build.gradle
poi-ooxml/build.gradle

index e31baeed0aaf59407163a211bc7d3d37510b5e74..94834f7108e6bbfb1e91c63425637e4c43952d0f 100644 (file)
@@ -47,6 +47,7 @@ dependencies {
     }
     testImplementation 'com.google.guava:guava:31.0.1-jre'
     testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}"
+    testImplementation 'org.slf4j:slf4j-simple:1.7.32'
     testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
 
     if (SAXON_TEST) {
index fafed12f3c58b3ab6b9ba6d13cfe31b4b6b82374..031f8b9a9c645e92199f6380c9cb288840ae8f3a 100644 (file)
@@ -78,6 +78,7 @@ dependencies {
     }
     testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives')
     testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}"
+    testImplementation 'org.slf4j:slf4j-simple:1.7.32'
     testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
 
     if (SAXON_TEST) {
index ad07479fc24ee87043e5f70e57e1d07a0b3ef417..54bdd07456a6341cbc68f7f9a2c5d3d92c205614 100644 (file)
@@ -144,6 +144,7 @@ dependencies {
     // prevent slf4j warnings coming from xmlsec -> slf4j-api 1.7.x dependency
     // see https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/
     testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}"
+    testImplementation 'org.slf4j:slf4j-simple:1.7.32'
 
     if (SAXON_TEST) {
         testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}"