aboutsummaryrefslogtreecommitdiffstats
path: root/poi/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'poi/build.gradle')
-rw-r--r--poi/build.gradle6
1 files changed, 5 insertions, 1 deletions
diff --git a/poi/build.gradle b/poi/build.gradle
index fbf2ba4725..c741223f86 100644
--- a/poi/build.gradle
+++ b/poi/build.gradle
@@ -53,7 +53,11 @@ 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'
+ testRuntimeOnly 'org.apiguardian:apiguardian-api:1.1.2'
+
+ if (SAXON_TEST) {
+ testRuntimeOnly 'net.sf.saxon:Saxon-HE:10.6'
+ }
// needed for locating the external references
javadocs project(':poi-ooxml')