Skip to content

Commit 03161bc

Browse files
committed
Move web-server to test fixtures dependency
See gh-46357
1 parent e147ff4 commit 03161bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/spring-boot-actuator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies {
3131
optional(project(":module:spring-boot-http-converter"))
3232
optional(project(":module:spring-boot-jsonb"))
3333
optional(project(":module:spring-boot-validation"))
34-
optional(project(":module:spring-boot-web-server"))
3534
optional("com.github.ben-manes.caffeine:caffeine")
3635
optional("com.google.code.findbugs:jsr305")
3736
optional("com.zaxxer:HikariCP")
@@ -57,6 +56,7 @@ dependencies {
5756
optional("org.springframework.security:spring-security-web")
5857
optional("tools.jackson.core:jackson-databind")
5958

59+
testFixturesImplementation(project(":module:spring-boot-web-server"))
6060
testFixturesImplementation("org.junit.jupiter:junit-jupiter-api")
6161
testFixturesImplementation("org.springframework:spring-test")
6262
testFixturesImplementation("org.springframework:spring-webflux")

0 commit comments

Comments
 (0)