diff options
author | Dominik Stadler <centic@apache.org> | 2022-01-22 06:58:34 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2022-01-22 06:58:34 +0000 |
commit | 53599d84a70d3907f3206356628800c028824ab9 (patch) | |
tree | bea84be8e63f660ebe5c5b65001f1b4e04f30d05 /poi-ooxml/build.gradle | |
parent | 68ce022531f47497226f42f434cc8a78c000ebbe (diff) | |
download | poi-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-ooxml/build.gradle')
-rw-r--r-- | poi-ooxml/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index ad07479fc2..54bdd07456 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -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}" |