Skip to content

Commit

Permalink
Remove unnecessary dependencies (#12954)
Browse files Browse the repository at this point in the history
  • Loading branch information
steverao authored Dec 23, 2024
1 parent ef83bd9 commit b1739f1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions instrumentation/jdbc/testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@
plugins {
id("otel.java-conventions")
}

dependencies {
implementation("org.apache.groovy:groovy")
}
2 changes: 0 additions & 2 deletions instrumentation/ratpack/ratpack-1.4/testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ dependencies {
implementation("io.ratpack:ratpack-core:1.4.0")
implementation("io.ratpack:ratpack-test:1.4.0")

implementation("org.apache.groovy:groovy")
implementation("io.opentelemetry:opentelemetry-api")
implementation("org.spockframework:spock-core")
}
2 changes: 0 additions & 2 deletions instrumentation/vertx/vertx-web-3.0/testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ dependencies {
compileOnly("io.vertx:vertx-codegen:3.0.0")
compileOnly("io.vertx:vertx-docgen:3.0.0")

implementation("org.apache.groovy:groovy")
implementation("io.opentelemetry:opentelemetry-api")
implementation("org.spockframework:spock-core")
}

0 comments on commit b1739f1

Please sign in to comment.