aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
diff options
context:
space:
mode:
Diffstat (limited to 'poi-ooxml')
-rw-r--r--poi-ooxml/build.gradle4
1 files changed, 0 insertions, 4 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 1c2ffca5c9..2c3cb9199c 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -127,10 +127,6 @@ dependencies {
testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
testImplementation 'org.slf4j:slf4j-simple:2.0.6'
- if (SAXON_TEST) {
- testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}"
- }
-
broken("org.apache.xmlgraphics:batik-script:${batikVersion}"){
exclude group: 'xalan', module: 'xalan'
exclude group: 'xml-apis', module: 'xml-apis'