Create spring-boot-web-server module
This commit is contained in:
committed by
Phillip Webb
parent
0cf76bf43b
commit
96bee8e034
@@ -11,6 +11,7 @@ description = "Spring Boot AutoConfigure"
|
||||
|
||||
dependencies {
|
||||
api(project(":spring-boot-project:spring-boot"))
|
||||
api(project(":spring-boot-project:spring-boot-web-server"))
|
||||
|
||||
optional("com.github.ben-manes.caffeine:caffeine")
|
||||
optional("org.aspectj:aspectjweaver")
|
||||
@@ -18,8 +19,6 @@ dependencies {
|
||||
optional("jakarta.servlet:jakarta.servlet-api")
|
||||
optional("javax.money:money-api")
|
||||
optional("org.springframework:spring-web")
|
||||
optional("org.springframework:spring-web")
|
||||
optional("org.springframework:spring-web")
|
||||
optional("org.springframework.data:spring-data-commons")
|
||||
|
||||
testFixturesCompileOnly(project(":spring-boot-project:spring-boot-test"))
|
||||
@@ -27,11 +26,14 @@ dependencies {
|
||||
testFixturesCompileOnly("javax.cache:cache-api")
|
||||
testFixturesCompileOnly("jakarta.websocket:jakarta.websocket-api")
|
||||
testFixturesCompileOnly("jakarta.websocket:jakarta.websocket-client-api")
|
||||
|
||||
testFixturesImplementation(testFixtures(project(":spring-boot-project:spring-boot")))
|
||||
testFixturesImplementation(testFixtures(project(":spring-boot-project:spring-boot-web-server")))
|
||||
|
||||
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
||||
testImplementation(project(":spring-boot-project:spring-boot-test"))
|
||||
testImplementation(testFixtures(project(":spring-boot-project:spring-boot")))
|
||||
testImplementation(testFixtures(project(":spring-boot-project:spring-boot-web-server")))
|
||||
testImplementation("ch.qos.logback:logback-classic")
|
||||
testImplementation("com.fasterxml.jackson.core:jackson-databind")
|
||||
testImplementation("io.projectreactor:reactor-core")
|
||||
|
||||
Reference in New Issue
Block a user