Add testRuntime dependency on 'spring-geode-starter-test'.

This commit is contained in:
John Blum
2020-02-10 20:01:27 -08:00
parent a87194cb87
commit eaf8bd4930

View File

@@ -20,4 +20,7 @@ dependencies {
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
testImplementation project(":spring-geode-starter-test")
}