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/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/build.gradle')
-rw-r--r-- | poi/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi/build.gradle b/poi/build.gradle index c741223f86..b2aa41d8bb 100644 --- a/poi/build.gradle +++ b/poi/build.gradle @@ -53,10 +53,10 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" - 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}" } // needed for locating the external references |