Remove springIoTestRuntime mockito override

Issue: gh-4608
This commit is contained in:
Rob Winch 2017-10-09 15:39:45 -05:00
parent 23f56f568c
commit ce86937d5a
1 changed files with 0 additions and 7 deletions

View File

@ -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 {