diff options
Diffstat (limited to 'poi/build.gradle')
-rw-r--r-- | poi/build.gradle | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/poi/build.gradle b/poi/build.gradle index c67e02d86a..57493d7c38 100644 --- a/poi/build.gradle +++ b/poi/build.gradle @@ -51,7 +51,9 @@ dependencies { testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" if (SAXON_TEST) { - testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}" + testRuntimeOnly("net.sf.saxon:Saxon-HE:${saxonVersion}") { + exclude group: 'xml-apis', module: 'xml-apis' + } } // needed for locating the external references |