Skip to content

Commit

Permalink
Remove unneeded groovy dependencies from lambda tests (#11828)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeluca authored Jul 16, 2024
1 parent 9a6909a commit 09ad619
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ dependencies {

implementation("com.google.guava:guava")

implementation("org.apache.groovy:groovy")
implementation("io.opentelemetry:opentelemetry-api")
implementation("org.spockframework:spock-core")
implementation("com.github.stefanbirkner:system-lambda")
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ dependencies {

implementation("com.google.guava:guava")

implementation("org.apache.groovy:groovy")
implementation("io.opentelemetry:opentelemetry-api")
implementation("org.spockframework:spock-core")
implementation("com.github.stefanbirkner:system-lambda")
}

0 comments on commit 09ad619

Please sign in to comment.