spring4Test uses Spring 4.0.0.RC1
This commit is contained in:
parent
c135179029
commit
2ef53234d0
|
@ -106,7 +106,7 @@ configure(coreModuleProjects) {
|
|||
configurations.spring4TestRuntime {
|
||||
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
|
||||
if (details.requested.group == 'org.springframework') {
|
||||
details.useVersion '4.0.0.BUILD-SNAPSHOT'
|
||||
details.useVersion '4.0.0.RC1'
|
||||
}
|
||||
if (details.requested.name == 'ehcache') {
|
||||
details.useVersion '2.6.5'
|
||||
|
|
Loading…
Reference in New Issue