diff --git a/build.gradle b/build.gradle index 5bd8f1d5..fad0b777 100644 --- a/build.gradle +++ b/build.gradle @@ -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") }