From 91f423e33cb258c67414b7739149be5c16581285 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 8 Oct 2021 22:37:52 +0000 Subject: [PATCH] build issue git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894048 13f79535-47bb-0310-9956-ffa450edef68 --- poi-excelant/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index 02c4a27aed..968c8b4792 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.apiguardian:apiguardian-api:1.1.2' } final String MODULE_NAME = 'org.apache.poi.excelant' -- 2.39.5