Skip to content

Commit e210c0e

Browse files
authored
Remove unused dependency (#13097)
1 parent 6019e5d commit e210c0e

File tree

1 file changed

+0
-1
lines changed
  • instrumentation/spring/spring-webflux/spring-webflux-5.0/javaagent

1 file changed

+0
-1
lines changed

instrumentation/spring/spring-webflux/spring-webflux-5.0/javaagent/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ dependencies {
5959
testLibrary("org.springframework.boot:spring-boot-starter-webflux:2.0.0.RELEASE")
6060
testLibrary("org.springframework.boot:spring-boot-starter-test:2.0.0.RELEASE")
6161
testLibrary("org.springframework.boot:spring-boot-starter-reactor-netty:2.0.0.RELEASE")
62-
testImplementation("org.spockframework:spock-spring:2.4-M1-groovy-4.0")
6362
}
6463

6564
tasks.withType<Test>().configureEach {

0 commit comments

Comments
 (0)