KAFKA-6313; Add SLF4J as direct dependency to Kafka core

Recent changes are now directly using the SLF4J API, so we should have a direct dependency.

Author: Randall Hauch <rhauch@gmail.com>

Reviewers: Ismael Juma <ismael@juma.me.uk>

Closes #4296 from rhauch/kafka-6313
This commit is contained in:
Randall Hauch 2017-12-07 10:36:47 +02:00 committed by Ismael Juma
parent b73c765d7e
commit 86e2bc937a
1 changed files with 1 additions and 0 deletions

View File

@ -549,6 +549,7 @@ project(':core') {
compile libs.joptSimple
compile libs.metrics
compile libs.scala
compile libs.slf4jApi
compile libs.slf4jlog4j
compile libs.scalaLogging
compile libs.zkclient