diff options
author | Dominik Stadler <centic@apache.org> | 2023-01-06 19:58:45 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2023-01-06 19:58:45 +0000 |
commit | c8c06d1ec0bf9619af1a455513cf1dfb8aa6a0e4 (patch) | |
tree | 34dff79e99b4d2737c74b096f9dafb2f7886fcca /poi-excelant | |
parent | 4c1f59d85c186b83723b1a6580159a8322d196ed (diff) | |
download | poi-c8c06d1ec0bf9619af1a455513cf1dfb8aa6a0e4.tar.gz poi-c8c06d1ec0bf9619af1a455513cf1dfb8aa6a0e4.zip |
Saxon-HE is included in more place, combine these into the main gradle build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906427 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant')
-rw-r--r-- | poi-excelant/build.gradle | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index 1b394fe994..0c0bb935d4 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -45,10 +45,6 @@ dependencies { testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}" testImplementation 'org.slf4j:slf4j-simple:2.0.6' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" - - if (SAXON_TEST) { - testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}" - } } final String MODULE_NAME = 'org.apache.poi.excelant' |