
SLF4J / SLF4J-565 [Open] Improve instructions on adding the correct combinations of dependencies ============================== Here's what changed in this issue in the last few minutes. There is 1 comment. View or comment on issue using this link https://jira.qos.ch/browse/SLF4J-565 ============================== 1 comment ------------------------------ Adam on 28/Sep/22 1:41 PM I've added the following to all projects {code:java} implementation("ch.qos.logback:logback-classic:1.") implementation("org.slf4j:slf4j-api:2.0.2") {code} but then I get this errorĀ {code:java} org/slf4j/impl/StaticLoggerBinder java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder ... Caused by: java.lang.ClassNotFoundException: org.slf4j.impl.StaticLoggerBinder {code} ============================== This message was sent by Atlassian Jira (v8.8.0#808000-sha1:e2c7e59)