diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-09-29 16:16:32 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-09-29 16:16:32 +0000 |
commit | bd1ea63abe44de41d9cb90f4457bc1b939a7f1c1 (patch) | |
tree | b4d950e0f3ee679758bf173249cb7b94c35d7aa7 /poi-integration | |
parent | cbaf6def42a6070efc42b9403cd8021e5ae879b8 (diff) | |
download | poi-bd1ea63abe44de41d9cb90f4457bc1b939a7f1c1.tar.gz poi-bd1ea63abe44de41d9cb90f4457bc1b939a7f1c1.zip |
[github-254] Implement XSSFWorkbook linkExternalWorkbook. Thanks to @aspojo. This closes #254
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893728 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-rw-r--r-- | poi-integration/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index 3bc58132ef..1c01901e59 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -44,7 +44,8 @@ dependencies { testImplementation 'org.apache.ant:ant:1.10.11' testImplementation 'org.apache.commons:commons-collections4:4.4' testImplementation 'com.google.guava:guava:31.0.1-jre' - testRuntimeOnly 'org.slf4j:slf4j-api:1.7.32' + testRuntimeOnly "org.apache.logging.log4j:log4j-core:${log4jVersion}" + testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}" misc(project(':poi-ooxml')) { capabilities { |