Fixed dependencies for spring-ws-test
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user