Remove unused dependency (#13097)

This commit is contained in:
Lauri Tulmin 2025-01-24 12:23:39 +02:00 committed by GitHub
parent 6019e5d97b
commit e210c0ea02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ dependencies {
testLibrary("org.springframework.boot:spring-boot-starter-webflux:2.0.0.RELEASE")
testLibrary("org.springframework.boot:spring-boot-starter-test:2.0.0.RELEASE")
testLibrary("org.springframework.boot:spring-boot-starter-reactor-netty:2.0.0.RELEASE")
testImplementation("org.spockframework:spock-spring:2.4-M1-groovy-4.0")
}
tasks.withType<Test>().configureEach {