mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '4.0.x'
Closes gh-49335
This commit is contained in:
@@ -24,5 +24,6 @@ dependencies {
|
||||
api(project(":starter:spring-boot-starter"))
|
||||
api(project(":starter:spring-boot-starter-jackson"))
|
||||
|
||||
api(project(":module:spring-boot-reactor"))
|
||||
api(project(":module:spring-boot-graphql"))
|
||||
}
|
||||
|
||||
@@ -25,6 +25,7 @@ dependencies {
|
||||
api(project(":starter:spring-boot-starter-jackson"))
|
||||
api(project(":starter:spring-boot-starter-reactor-netty"))
|
||||
|
||||
api(project(":module:spring-boot-reactor"))
|
||||
api(project(":module:spring-boot-rsocket"))
|
||||
|
||||
api("io.rsocket:rsocket-transport-netty")
|
||||
|
||||
@@ -24,6 +24,7 @@ dependencies {
|
||||
api(project(":starter:spring-boot-starter"))
|
||||
api(project(":starter:spring-boot-starter-jackson"))
|
||||
|
||||
api(project(":module:spring-boot-reactor"))
|
||||
api(project(":module:spring-boot-webclient"))
|
||||
|
||||
api("io.projectreactor.netty:reactor-netty-http")
|
||||
|
||||
@@ -25,5 +25,6 @@ dependencies {
|
||||
api(project(":starter:spring-boot-starter-jackson"))
|
||||
api(project(":starter:spring-boot-starter-reactor-netty"))
|
||||
|
||||
api(project(":module:spring-boot-reactor"))
|
||||
api(project(":module:spring-boot-webflux"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user