mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Remove springIoTestRuntime mockito override
Issue: gh-4608
This commit is contained in:
parent
23f56f568c
commit
ce86937d5a
@ -22,13 +22,6 @@ dependencyManagement {
|
||||
dependency 'org.spockframework:spock-core:1.0-groovy-2.4'
|
||||
dependency 'org.spockframework:spock-spring:1.0-groovy-2.4'
|
||||
}
|
||||
project.configurations.matching { it.name == 'springIoTestRuntime' }.all {
|
||||
springIoTestRuntime {
|
||||
dependencies {
|
||||
dependency 'org.mockito:mockito-core:1.10.19'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencyManagement {
|
||||
|
Loading…
x
Reference in New Issue
Block a user