diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-11-25 10:31:50 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-11-25 10:31:50 +0000 |
commit | 5022f30c4bf1bd8ce2b6fd871c74ccb8a32b562d (patch) | |
tree | 50924e0f6cd08341d7e1a811d7c930ad75a807a8 /poi-excelant/build.gradle | |
parent | a3f0121147c3fb708b17795e7906a92a2bde2331 (diff) | |
download | poi-5022f30c4bf1bd8ce2b6fd871c74ccb8a32b562d.tar.gz poi-5022f30c4bf1bd8ce2b6fd871c74ccb8a32b562d.zip |
tidy up gradle scripts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895321 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant/build.gradle')
-rw-r--r-- | poi-excelant/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index b59f595f8d..e31baeed0a 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -47,10 +47,10 @@ dependencies { } testImplementation 'com.google.guava:guava:31.0.1-jre' testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}" - testRuntimeOnly 'org.apiguardian:apiguardian-api:1.1.2' + testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" if (SAXON_TEST) { - testRuntimeOnly 'net.sf.saxon:Saxon-HE:10.6' + testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}" } } |