diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-10-08 22:02:11 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-10-08 22:02:11 +0000 |
commit | 01697724ec42ea4128a0d47213590a9ab3ef0ecf (patch) | |
tree | 60a3d73876cbe3ee19d5b17cb42c5910e696b914 /poi-ooxml | |
parent | 4f39cced7a12ef581c9381cea4c06d03d642abd5 (diff) | |
download | poi-01697724ec42ea4128a0d47213590a9ab3ef0ecf.tar.gz poi-01697724ec42ea4128a0d47213590a9ab3ef0ecf.zip |
build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894047 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml')
-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 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' |