LDAP-293: Update tests to use Spring 4.0.2.RELEASE
This commit is contained in:
@@ -10,7 +10,7 @@ configurations {
|
||||
configurations.spring4TestRuntime {
|
||||
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
|
||||
if (details.requested.group == 'org.springframework') {
|
||||
details.useVersion '4.0.0.RC1'
|
||||
details.useVersion '4.0.2.RELEASE'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,5 +29,4 @@ ext.powerMockDependencies = [
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "http://repo.springsource.org/libs-snapshot" }
|
||||
}
|
||||
Reference in New Issue
Block a user