From a0b1df6f18395803ff69edf19875b9036a0f23ad Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 31 Jan 2014 16:02:09 +0100 Subject: [PATCH] Fixed dependencies for spring-ws-test --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) 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") }