Remove unneeded groovy dependencies (#11467)

This commit is contained in:
Jay DeLuca 2024-05-27 06:57:17 -04:00 committed by GitHub
parent bc833c017c
commit a0de9c453e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,5 @@ dependencies {
implementation("org.apache.rocketmq:rocketmq-test:4.8.0")
implementation("com.google.guava:guava")
implementation("org.apache.groovy:groovy")
implementation("io.opentelemetry:opentelemetry-api")
implementation("org.spockframework:spock-core")
}