Skip to content

Commit

Permalink
Remove unused dependency (#13097)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Jan 24, 2025
1 parent 6019e5d commit e210c0e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e210c0e

Please sign in to comment.