Check starters for unnecessary exclusions
Closes gh-28332
This commit is contained in:
@@ -18,7 +18,5 @@ dependencies {
|
||||
api("org.skyscreamer:jsonassert")
|
||||
api("org.springframework:spring-core")
|
||||
api("org.springframework:spring-test")
|
||||
api("org.xmlunit:xmlunit-core") {
|
||||
exclude group: "javax.xml.bind", module: "jaxb-api"
|
||||
}
|
||||
api("org.xmlunit:xmlunit-core")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user