We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5589e6c commit 32359c5Copy full SHA for 32359c5
spring-webmvc/spring-webmvc.gradle
@@ -45,7 +45,9 @@ dependencies {
45
testImplementation("org.apache.httpcomponents:httpclient")
46
testImplementation("commons-io:commons-io")
47
testImplementation("org.mozilla:rhino")
48
- testImplementation("org.dom4j:dom4j")
+ testImplementation("org.dom4j:dom4j") {
49
+ exclude group: 'javax.xml.bind', module: "jaxb-api"
50
+ }
51
testImplementation("jaxen:jaxen")
52
testImplementation("org.xmlunit:xmlunit-assertj")
53
testImplementation("org.xmlunit:xmlunit-matchers")
0 commit comments