Remove spock and groovy from aws (#12981)

This commit is contained in:
Jay DeLuca 2024-12-31 02:58:50 -05:00 committed by GitHub
parent d69fd1a4a7
commit 392c6e79c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

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