Browse Source

Make actuator starter locally available to SNI test apps

See gh-26022
pull/40384/head
Andy Wilkinson 2 years ago
parent
commit
aefe6e8bc0
  1. 5
      spring-boot-tests/spring-boot-integration-tests/spring-boot-sni-tests/build.gradle

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

@ -12,9 +12,10 @@ configurations { @@ -12,9 +12,10 @@ configurations {
dependencies {
app project(path: ":spring-boot-project:spring-boot-dependencies", configuration: "mavenRepository")
app project(path: ":spring-boot-project:spring-boot-tools:spring-boot-gradle-plugin", configuration: "mavenRepository")
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-web", configuration: "mavenRepository")
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter", configuration: "mavenRepository")
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-actuator", configuration: "mavenRepository")
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-web", configuration: "mavenRepository")
app project(path: ":spring-boot-project:spring-boot-tools:spring-boot-gradle-plugin", configuration: "mavenRepository")
intTestImplementation(enforcedPlatform(project(":spring-boot-project:spring-boot-parent")))
intTestImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))

Loading…
Cancel
Save