Skip to content

Commit 32359c5

Browse files
xixingyarstoyanchev
authored andcommitted
Remove transitive dependency on Java EE 8 JAX-B
Closes gh-27754
1 parent 5589e6c commit 32359c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spring-webmvc/spring-webmvc.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ dependencies {
4545
testImplementation("org.apache.httpcomponents:httpclient")
4646
testImplementation("commons-io:commons-io")
4747
testImplementation("org.mozilla:rhino")
48-
testImplementation("org.dom4j:dom4j")
48+
testImplementation("org.dom4j:dom4j") {
49+
exclude group: 'javax.xml.bind', module: "jaxb-api"
50+
}
4951
testImplementation("jaxen:jaxen")
5052
testImplementation("org.xmlunit:xmlunit-assertj")
5153
testImplementation("org.xmlunit:xmlunit-matchers")

0 commit comments

Comments
 (0)