Fix testLatestDeps (#7431)

This commit is contained in:
Trask Stalnaker 2022-12-15 13:43:43 -08:00 committed by GitHub
parent 386856cf5f
commit fd027f1b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ 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 {