Skip to content

Commit 09ad619

Browse files
authored
Remove unneeded groovy dependencies from lambda tests (#11828)
1 parent 9a6909a commit 09ad619

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

instrumentation/aws-lambda/aws-lambda-core-1.0/testing/build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ dependencies {
1212

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

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

instrumentation/aws-lambda/aws-lambda-events-2.2/testing/build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ dependencies {
1313

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

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

0 commit comments

Comments
 (0)