Skip to content

Commit c70557f

Browse files
Remove forcing log4j version to 2.24.2 (#3647)
2.24.2 version of log4j introduces an exception: apache/logging-log4j2#3234, causing falkiness in test cases. Removing this will use the version used in openSearch core (currently 2.21.0 Signed-off-by: rithin-pullela-aws <[email protected]>
1 parent 22a2252 commit c70557f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugin/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,6 @@ configurations.all {
419419
resolutionStrategy.force "org.apache.httpcomponents.client5:httpclient5:5.4.1"
420420
resolutionStrategy.force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
421421
resolutionStrategy.force "com.fasterxml.jackson.core:jackson-core:${versions.jackson_databind}"
422-
resolutionStrategy.force "org.apache.logging.log4j:log4j-api:2.24.2"
423-
resolutionStrategy.force "org.apache.logging.log4j:log4j-core:2.24.2"
424422
resolutionStrategy.force "jakarta.json:jakarta.json-api:2.1.3"
425423
resolutionStrategy.force "org.opensearch:opensearch:${opensearch_version}"
426424
resolutionStrategy.force "org.bouncycastle:bcprov-jdk18on:1.78.1"

0 commit comments

Comments
 (0)