Skip to content

Commit aefe6e8

Browse files
committed
Make actuator starter locally available to SNI test apps
See gh-26022
1 parent bdb99bb commit aefe6e8

File tree

1 file changed

+3
-2
lines changed
  • spring-boot-tests/spring-boot-integration-tests/spring-boot-sni-tests

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ configurations {
1212

1313
dependencies {
1414
app project(path: ":spring-boot-project:spring-boot-dependencies", configuration: "mavenRepository")
15-
app project(path: ":spring-boot-project:spring-boot-tools:spring-boot-gradle-plugin", configuration: "mavenRepository")
16-
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-web", configuration: "mavenRepository")
1715
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter", configuration: "mavenRepository")
16+
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-actuator", configuration: "mavenRepository")
17+
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-web", configuration: "mavenRepository")
18+
app project(path: ":spring-boot-project:spring-boot-tools:spring-boot-gradle-plugin", configuration: "mavenRepository")
1819

1920
intTestImplementation(enforcedPlatform(project(":spring-boot-project:spring-boot-parent")))
2021
intTestImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))

0 commit comments

Comments
 (0)