Replace xmlunit dependecy with AssertJ methods

This commit is contained in:
Artem Bilan
2018-12-20 19:54:57 -05:00
committed by Gary Russell
parent 93d7c58b64
commit 0d09bdccd4
8 changed files with 224 additions and 202 deletions

View File

@@ -141,7 +141,6 @@ subprojects { subproject ->
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.3.RELEASE'
springWsVersion = '3.0.4.RELEASE'
tomcatVersion = "9.0.12"
xmlUnitVersion = '1.6'
xstreamVersion = '1.4.11.1'
}
@@ -703,8 +702,6 @@ project('spring-integration-xml') {
compile "org.springframework:spring-oxm:$springVersion"
compile ("org.springframework.ws:spring-xml:$springWsVersion")
compile ("org.springframework.ws:spring-ws-core:$springWsVersion")
testCompile "xmlunit:xmlunit:$xmlUnitVersion"
}
}