substrait-io / substrait-java

Apache License 2.0
75 stars 72 forks source link

fix(isthmus): correct SLF4J dependency #268

Closed bestbeforetoday closed 3 months ago

bestbeforetoday commented 3 months ago

Library components should only depend on slf4j-api, allowing consumers to select an appropriate concrete logging provider implementation. Being a self-contained (CLI) application, isthmus-cli can depend on a specific SLF4J provider.

bestbeforetoday commented 3 months ago

It looks to me that I introduced this problem when splitting isthmus into isthumus (library) and istmus-cli (application) in PR #249.