Browse Source

Merge branch '4.0.x'

Closes gh-49335
pull/49339/head
Brian Clozel 3 weeks ago
parent
commit
dd51fb031e
  1. 1
      starter/spring-boot-starter-graphql/build.gradle
  2. 1
      starter/spring-boot-starter-rsocket/build.gradle
  3. 1
      starter/spring-boot-starter-webclient/build.gradle
  4. 1
      starter/spring-boot-starter-webflux/build.gradle

1
starter/spring-boot-starter-graphql/build.gradle

@ -24,5 +24,6 @@ dependencies { @@ -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"))
}

1
starter/spring-boot-starter-rsocket/build.gradle

@ -25,6 +25,7 @@ dependencies { @@ -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")

1
starter/spring-boot-starter-webclient/build.gradle

@ -24,6 +24,7 @@ dependencies { @@ -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")

1
starter/spring-boot-starter-webflux/build.gradle

@ -25,5 +25,6 @@ dependencies { @@ -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"))
}

Loading…
Cancel
Save