Add 'spring-boot-starter-web' as a test runtime dependency.
This commit is contained in:
@@ -24,4 +24,7 @@ dependencies {
|
|||||||
|
|
||||||
testRuntime "javax.cache:cache-api"
|
testRuntime "javax.cache:cache-api"
|
||||||
|
|
||||||
|
testRuntime("org.springframework.boot:spring-boot-starter-web") {
|
||||||
|
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user