Create spring-boot-web-server module
This commit is contained in:
committed by
Phillip Webb
parent
0cf76bf43b
commit
96bee8e034
@@ -21,7 +21,9 @@ dependencies {
|
||||
|
||||
dockerTestImplementation(project(":spring-boot-project:spring-boot-test"))
|
||||
dockerTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support-docker"))
|
||||
dockerTestImplementation(project(":spring-boot-project:spring-boot-webflux"))
|
||||
dockerTestImplementation(testFixtures(project(":spring-boot-project:spring-boot")))
|
||||
dockerTestImplementation(testFixtures(project(":spring-boot-project:spring-boot-web-server")))
|
||||
dockerTestImplementation(testFixtures(project(":spring-boot-project:spring-boot-session")))
|
||||
dockerTestImplementation("org.mongodb:mongodb-driver-reactivestreams")
|
||||
dockerTestImplementation("org.mongodb:mongodb-driver-sync")
|
||||
|
||||
Reference in New Issue
Block a user