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-integration | |
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-integration')
-rw-r--r-- | poi-integration/build.gradle | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index e6eafcbb8f..7dc9f3ebe7 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -78,7 +78,11 @@ dependencies { } testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives') 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.stress' |