Remove latest dep restriction from vertx-http-client-4.0 (#6827)

Should have been part of
https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/6809,
forgot to add this file.
This commit is contained in:
Lauri Tulmin 2022-10-07 12:31:57 +03:00 committed by GitHub
parent d0782b54da
commit 5daf453e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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"))