Skip to content

Commit b705a63

Browse files
committed
Make WebFlux starter locally available to SNI test apps
See gh-26022
1 parent 7243bd9 commit b705a63

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-tests/spring-boot-integration-tests/spring-boot-sni-tests

1 file changed

+1
-0
lines changed

spring-boot-tests/spring-boot-integration-tests/spring-boot-sni-tests/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies {
1515
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter", configuration: "mavenRepository")
1616
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-actuator", configuration: "mavenRepository")
1717
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-web", configuration: "mavenRepository")
18+
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-webflux", configuration: "mavenRepository")
1819
app project(path: ":spring-boot-project:spring-boot-tools:spring-boot-gradle-plugin", configuration: "mavenRepository")
1920

2021
intTestImplementation(enforcedPlatform(project(":spring-boot-project:spring-boot-parent")))

0 commit comments

Comments
 (0)