Remove latest dep test limit from elasticsearch-transport-6.0 (#8401)
This commit is contained in:
parent
d22dd8c5f1
commit
0898653bc3
|
@ -39,9 +39,6 @@ dependencies {
|
||||||
testImplementation(project(":instrumentation:elasticsearch:elasticsearch-transport-common:testing"))
|
testImplementation(project(":instrumentation:elasticsearch:elasticsearch-transport-common:testing"))
|
||||||
testImplementation("org.apache.logging.log4j:log4j-core:2.11.0")
|
testImplementation("org.apache.logging.log4j:log4j-core:2.11.0")
|
||||||
testImplementation("org.apache.logging.log4j:log4j-api: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 {
|
tasks.withType<Test>().configureEach {
|
||||||
|
|
Loading…
Reference in New Issue