SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”. in a Maven Project [duplicate]
I am assuming you are using Eclipse as your developing environment. Eclipse Juno, Indigo and Kepler when using the bundled maven version(m2e), are not suppressing the message SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”. This behaviour is present from the m2e version 1.1.0.20120530-0009 and onwards. Although, this is indicated as an error your logs will be … Read more