Remove latest dep test limit from elasticsearch-transport-6.0 (#8401)

This commit is contained in:
Lauri Tulmin 2023-05-02 22:36:50 +03:00 committed by GitHub
parent d22dd8c5f1
commit 0898653bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -39,9 +39,6 @@ dependencies {
testImplementation(project(":instrumentation:elasticsearch:elasticsearch-transport-common:testing"))
testImplementation("org.apache.logging.log4j:log4j-core:2.11.0")
testImplementation("org.apache.logging.log4j:log4j-api:2.11.0")
// version 7.17.8 (which is currently the latest release) has broken module metadata
latestDepTestLibrary("org.elasticsearch.client:transport:7.17.7")
}
tasks.withType<Test>().configureEach {