didip commented on PR #13029:
URL: https://github.com/apache/druid/pull/13029#issuecomment-1237680765

   Without adding that dependency, this is marked as broken:
   ```java
   public class KafkaEmitter implements Emitter
   {
     private static Logger log = new Logger(KafkaEmitter.class);
     ...
   }
   ```
   with the following message:
   ```
   The type org.slf4j.Logger cannot be resolved. It is indirectly referenced 
from required .class files
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to