Change 'spring-geode-starter-test' from a testRuntime dependency to testCompile.

Resolves gh-73.
This commit is contained in:
John Blum
2020-02-12 08:45:54 -08:00
parent 4d84136f01
commit e4613a1fcc

View File

@@ -9,6 +9,6 @@ dependencies {
compile "org.apache.logging.log4j:log4j-to-slf4j"
compile "org.springframework.boot:spring-boot-starter-logging"
testRuntime project(":spring-geode-starter-test")
testCompile project(":spring-geode-starter-test")
}