瀏覽代碼

Testing with saxon-HE: Avoid module-clash between xml.apis and java.xml

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906425 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_4
Dominik Stadler 1 年之前
父節點
當前提交
4c1f59d85c
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      poi/build.gradle

+ 3
- 1
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

Loading…
取消
儲存