mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
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…
x
Reference in New Issue
Block a user