File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
module/spring-boot-actuator Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments