diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-11-25 10:05:00 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-11-25 10:05:00 +0000 |
commit | a3f0121147c3fb708b17795e7906a92a2bde2331 (patch) | |
tree | 37e38b2e95bc1be855da32be1a09b1fd8f6e005f /poi | |
parent | 12e3d2a9edf34730101cb77b0f50e42f533960b6 (diff) | |
download | poi-a3f0121147c3fb708b17795e7906a92a2bde2331.tar.gz poi-a3f0121147c3fb708b17795e7906a92a2bde2331.zip |
saxon test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895319 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi')
-rw-r--r-- | poi/build.gradle | 6 |
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') |