aboutsummaryrefslogtreecommitdiffstats
path: root/poi/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'poi/build.gradle')
-rw-r--r--poi/build.gradle6
1 files changed, 0 insertions, 6 deletions
diff --git a/poi/build.gradle b/poi/build.gradle
index 57493d7c38..c2f60e24a0 100644
--- a/poi/build.gradle
+++ b/poi/build.gradle
@@ -50,12 +50,6 @@ dependencies {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
- if (SAXON_TEST) {
- testRuntimeOnly("net.sf.saxon:Saxon-HE:${saxonVersion}") {
- exclude group: 'xml-apis', module: 'xml-apis'
- }
- }
-
// needed for locating the external references
javadocs project(':poi-ooxml')
javadocs project(':poi-scratchpad')