From 5ca67644e7ee5dc1398e86c8f60e5e94cba3ad12 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Fri, 12 May 2017 08:59:14 +0200 Subject: [PATCH] Remove slf4j as dependencies (#4233) From the kafka-schema-registry-client in the avro extension slf4j will be packaged into the distribution. We don't want this as it will conflict and throw a slf4j multiple bindings warning. This will cause slf4j to fall back to no-operation (NOP) binding. --- extensions-core/avro-extensions/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extensions-core/avro-extensions/pom.xml b/extensions-core/avro-extensions/pom.xml index 2516ea9e826..7a02571d044 100644 --- a/extensions-core/avro-extensions/pom.xml +++ b/extensions-core/avro-extensions/pom.xml @@ -79,6 +79,12 @@ io.confluent kafka-schema-registry-client ${confluent.version} + + + org.slf4j + slf4j-log4j12 + + org.apache.hadoop