Skip to content

Commit

Permalink
Remove latest dep restriction from vertx-http-client-4.0 (open-teleme…
Browse files Browse the repository at this point in the history
…try#6827)

Should have been part of
open-telemetry#6809,
forgot to add this file.
  • Loading branch information
laurit authored and LironKS committed Oct 31, 2022
1 parent ccadd84 commit 64913e2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ dependencies {
// vertx-codegen dependency is needed for Xlint's annotation checking
library("io.vertx:vertx-codegen:4.0.0")

// concurrency tests are failing with 4.3.4
// tracking at https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/6790
latestDepTestLibrary("io.vertx:vertx-core:4.3.3")

implementation(project(":instrumentation:vertx:vertx-http-client:vertx-http-client-common:javaagent"))

testInstrumentation(project(":instrumentation:netty:netty-4.1:javaagent"))
Expand Down

0 comments on commit 64913e2

Please sign in to comment.