aboutsummaryrefslogtreecommitdiffstats
path: root/poi/build.gradle
diff options
context:
space:
mode:
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')