Logimethods / nats-connector-spark

A Spark Publish/Subscribe NATS Connector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shaded slf4j causes binding warnings

emilyselwood opened this issue · comments

slf4j should be excluded from shading. This project has to be used as part of spark which will bring it in and having two of them causes binding conflicts.

@wselwood Sorry for the delay. Hopefully, the latest commit should solve your issue.