mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 05:42:31 +00:00
Force mockito-core version
This commit is contained in:
parent
3f543d0fbd
commit
4c79107e01
@ -115,7 +115,11 @@ configure(coreModuleProjects) {
|
|||||||
dependencyManagement {
|
dependencyManagement {
|
||||||
springIoTestRuntime {
|
springIoTestRuntime {
|
||||||
imports {
|
imports {
|
||||||
mavenBom "io.spring.platform:platform-bom:${springIoVersion}"
|
mavenBom("io.spring.platform:platform-bom:${springIoVersion}") {
|
||||||
|
bomProperties([
|
||||||
|
'mockito.version': '1.10.19'
|
||||||
|
])
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user