Switch the 'org.springframework.boot:spring-boot-starter-web' dependency from 'testRuntime' to 'testCompile'.

This commit is contained in:
John Blum
2020-07-23 12:23:44 -07:00
parent 0cd2f4df1b
commit 760b381941

View File

@@ -26,6 +26,7 @@ dependencies {
testCompile "org.mockito:mockito-core"
testCompile "org.projectlombok:lombok"
testCompile "org.springframework.boot:spring-boot-starter-test"
testCompile "org.springframework.boot:spring-boot-starter-web"
testCompile "edu.umd.cs.mtc:multithreadedtc"
testCompile("org.springframework.data:spring-data-geode-test") {
@@ -36,7 +37,6 @@ dependencies {
testRuntime "javax.cache:cache-api"
testRuntime "org.apache.geode:geode-http-service:$apacheGeodeVersion"
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"