From 95401a5bd783097c7e1aaf7dc35648a9cb90a970 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 --- 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 + +