parent
70fec47944
commit
1e9e6c9f6b
|
|
@ -962,7 +962,7 @@ project("spring-test") {
|
||||||
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
|
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
|
||||||
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
|
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
|
||||||
optional("org.hamcrest:hamcrest-core:1.3")
|
optional("org.hamcrest:hamcrest-core:1.3")
|
||||||
optional("com.jayway.jsonpath:json-path:0.9.0")
|
optional("com.jayway.jsonpath:json-path:1.1.0")
|
||||||
optional("org.skyscreamer:jsonassert:1.2.3")
|
optional("org.skyscreamer:jsonassert:1.2.3")
|
||||||
optional("xmlunit:xmlunit:1.5")
|
optional("xmlunit:xmlunit:1.5")
|
||||||
testCompile(project(":spring-context-support"))
|
testCompile(project(":spring-context-support"))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue