Add 'spring-boot-starter-web' as a test runtime dependency.

This commit is contained in:
John Blum
2018-12-03 13:37:33 -08:00
parent 5f45db33cd
commit f8491db754

View File

@@ -24,4 +24,7 @@ dependencies {
testRuntime "javax.cache:cache-api"
testRuntime("org.springframework.boot:spring-boot-starter-web") {
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
}
}