Fixed dependencies for spring-ws-test

This commit is contained in:
Arjen Poutsma
2014-01-31 16:02:09 +01:00
parent dffa62c9a2
commit a0b1df6f18

View File

@@ -242,8 +242,13 @@ project('spring-ws-test') {
description = 'Spring WS Test'
dependencies {
compile project(":spring-xml")
compile project(":spring-ws-core")
// Spring
compile("org.springframework:spring-context:$springVersion")
compile("xmlunit:xmlunit:1.1")
testCompile("org.springframework:spring-test:$springVersion")
}