aboutsummaryrefslogtreecommitdiffstats
path: root/poi/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-10-08 21:37:12 +0000
committerPJ Fanning <fanningpj@apache.org>2021-10-08 21:37:12 +0000
commit515388831586145630b6351be8d5026490159718 (patch)
tree647cd8500395d7c86fb4eb1a488e30dbabd9a08c /poi/build.gradle
parent860a279ed8d25fb0dccab56dfc6bfe001deb36d6 (diff)
downloadpoi-515388831586145630b6351be8d5026490159718.tar.gz
poi-515388831586145630b6351be8d5026490159718.zip
build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894045 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi/build.gradle')
-rw-r--r--poi/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/poi/build.gradle b/poi/build.gradle
index 630e327299..c0cd6149f0 100644
--- a/poi/build.gradle
+++ b/poi/build.gradle
@@ -53,6 +53,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
+ testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
// needed for locating the external references
javadocs project(':poi-ooxml')