manub / scalatest-embedded-kafka

A library that provides an in-memory Kafka instance to run your tests against.
MIT License
295 stars 87 forks source link

Fix logging dependencies #127

Closed francescopellegrini closed 6 years ago

francescopellegrini commented 6 years ago

Why exclude slf4j-log4j12 and moments later reimport it?

Also remove the few usages of Logger since they're not providing any real value.

francescopellegrini commented 6 years ago

I think branch remove_log4j can now be deleted.