aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2022-01-22 06:58:34 +0000
committerDominik Stadler <centic@apache.org>2022-01-22 06:58:34 +0000
commit53599d84a70d3907f3206356628800c028824ab9 (patch)
treebea84be8e63f660ebe5c5b65001f1b4e04f30d05 /poi-excelant
parent68ce022531f47497226f42f434cc8a78c000ebbe (diff)
downloadpoi-53599d84a70d3907f3206356628800c028824ab9.tar.gz
poi-53599d84a70d3907f3206356628800c028824ab9.zip
Add test-dependency on slf4j-simple to include all logs in captured test-output
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant')
-rw-r--r--poi-excelant/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index e31baeed0a..94834f7108 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -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) {