From acbfba94ac4c4d7bde0de9c36b2296de3aef96f5 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 9 May 2025 12:10:07 +0200 Subject: [PATCH] Exclude `commons-logging` dependency. `elasticsearch-rest-client` pulls in `commons-logging` and we don't want that to happen as it conflicts with our dependency setup. Closes #3104 --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 329a83ee..ae678730 100644 --- a/pom.xml +++ b/pom.xml @@ -131,13 +131,19 @@ + org.elasticsearch.client elasticsearch-rest-client ${elasticsearch-java} + + + commons-logging + commons-logging + + - com.fasterxml.jackson.core