Browse Source

Move web-server to test fixtures dependency

See gh-46357
pull/47637/head
Phillip Webb 2 months ago
parent
commit
03161bcbb8
  1. 2
      module/spring-boot-actuator/build.gradle

2
module/spring-boot-actuator/build.gradle

@ -31,7 +31,6 @@ dependencies { @@ -31,7 +31,6 @@ dependencies {
optional(project(":module:spring-boot-http-converter"))
optional(project(":module:spring-boot-jsonb"))
optional(project(":module:spring-boot-validation"))
optional(project(":module:spring-boot-web-server"))
optional("com.github.ben-manes.caffeine:caffeine")
optional("com.google.code.findbugs:jsr305")
optional("com.zaxxer:HikariCP")
@ -57,6 +56,7 @@ dependencies { @@ -57,6 +56,7 @@ dependencies {
optional("org.springframework.security:spring-security-web")
optional("tools.jackson.core:jackson-databind")
testFixturesImplementation(project(":module:spring-boot-web-server"))
testFixturesImplementation("org.junit.jupiter:junit-jupiter-api")
testFixturesImplementation("org.springframework:spring-test")
testFixturesImplementation("org.springframework:spring-webflux")

Loading…
Cancel
Save