diff options
Diffstat (limited to 'poi-scratchpad/build.gradle')
-rw-r--r-- | poi-scratchpad/build.gradle | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/poi-scratchpad/build.gradle b/poi-scratchpad/build.gradle index 6b7781df5b..d5276b8f22 100644 --- a/poi-scratchpad/build.gradle +++ b/poi-scratchpad/build.gradle @@ -45,7 +45,11 @@ dependencies { testImplementation project(path: ':poi', configuration: 'tests') 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' + } javadocs project(':poi') javadocs project(':poi-ooxml') |