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-excelant | |
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-excelant')
-rw-r--r-- | poi-excelant/build.gradle | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index 3838b58e8d..b59f595f8d 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -47,7 +47,11 @@ dependencies { } testImplementation 'com.google.guava:guava:31.0.1-jre' testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}" - 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' + } } final String MODULE_NAME = 'org.apache.poi.excelant' |