Replace xmlunit dependecy with AssertJ methods
This commit is contained in:
committed by
Gary Russell
parent
93d7c58b64
commit
0d09bdccd4
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user