From 32f30f4f2963b4c619925723d19361596b8c15f5 Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Sat, 13 Nov 2021 14:54:34 +0100 Subject: [PATCH] Exclude commons-logging dependency from Elasticsearch dependencies. Closes #1989 --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 9c2cb9ada..4c929d793 100644 --- a/pom.xml +++ b/pom.xml @@ -145,6 +145,12 @@ org.elasticsearch.client transport ${elasticsearch} + + + commons-logging + commons-logging + + @@ -152,6 +158,12 @@ org.elasticsearch.plugin transport-netty4-client ${elasticsearch} + + + commons-logging + commons-logging + +