From 873a6dee3c1f2cf98b16ac01dd304973195bb86b Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Sat, 13 Nov 2021 14:56:57 +0100 Subject: [PATCH] Exclude commons-logging dependency from Elasticsearch dependencies. Original Pull Request #1993 Closes #1989 (cherry picked from commit 95401a5bd783097c7e1aaf7dc35648a9cb90a970) (cherry picked from commit 15ca49a92eb10524e4fd6a77cbefba5792f787bf) --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index ffcb79060..afac08840 100644 --- a/pom.xml +++ b/pom.xml @@ -152,6 +152,12 @@ org.elasticsearch.client transport ${elasticsearch} + + + commons-logging + commons-logging + + @@ -159,6 +165,12 @@ org.elasticsearch.plugin transport-netty4-client ${elasticsearch} + + + commons-logging + commons-logging + +