From: PJ Fanning Date: Fri, 8 Oct 2021 22:02:11 +0000 (+0000) Subject: build issue X-Git-Tag: REL_5_2_0~426 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=01697724ec42ea4128a0d47213590a9ab3ef0ecf;p=poi.git build issue git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894047 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index 8f8d8902e3..05e86c2626 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -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.apiguardian:apiguardian-api:1.1.2' } final String MODULE_NAME = 'org.apache.poi.stress' diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index fed284e301..802b999ec9 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -131,6 +131,7 @@ dependencies { } testImplementation project(path:':poi', configuration:'tests') testImplementation project(path:':poi-ooxml-lite-agent', configuration: 'archives') + testImplementation 'org.apiguardian:apiguardian-api:1.1.2' testImplementation 'org.xmlunit:xmlunit-core:2.8.2' testImplementation 'org.reflections:reflections:0.10.1' testImplementation 'org.openjdk.jmh:jmh-core:1.33'