Is there anyway to force slf4j to use specific logging provider (logback in my case)? As in their docs:
Multiple bindings were found on the class path
Other than cleaning up your class path, there is no way to force SLF4J to bind with a given implementation.