Add 'org.springframework.boot:spring-boot-starter-json' as test runtime dependency.

This commit is contained in:
John Blum
2020-05-12 19:45:49 -07:00
parent 39efd95a5c
commit a513834fae

View File

@@ -38,6 +38,7 @@ dependencies {
testRuntime "org.apache.geode:geode-web:$apacheGeodeVersion"
testRuntime "org.springframework.boot:spring-boot-starter-web"
testRuntime "org.springframework.boot:spring-boot-starter-jetty"
testRuntime "org.springframework.boot:spring-boot-starter-json"
testRuntime "org.springframework.shell:spring-shell:$springShellVersion"
// Runtime Test dependency on Spring Cloud Services (SCS) to verify workaround to SCS problem!