mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
## Purpose of the PR - As bindings/java is just a library, we shouldn't have to add specific library dependency(such as slf4j) to itself - In order to load bindings/java to 3rd party software(such as Datagrip), we shouldn't provide a library with slf4j included ## Changes - Remove slf4j, logback dependency and files - Add custom logger implementation ## ETC We can now connect to Datagrip(but there are some errors though)  ## Reference [Issue](https://github.com/tursodatabase/limbo/issues/615) Closes #915