diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-10-08 22:37:52 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-10-08 22:37:52 +0000 |
commit | 91f423e33cb258c67414b7739149be5c16581285 (patch) | |
tree | 2d59f3871585cf727c9ce153396c16cfee6df7d7 /poi-excelant | |
parent | 01697724ec42ea4128a0d47213590a9ab3ef0ecf (diff) | |
download | poi-91f423e33cb258c67414b7739149be5c16581285.tar.gz poi-91f423e33cb258c67414b7739149be5c16581285.zip |
build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894048 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant')
-rw-r--r-- | poi-excelant/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
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' |