monitorjbl / excel-streaming-reader

An easy-to-use implementation of a streaming Excel reader using Apache POI
Apache License 2.0
953 stars 344 forks source link

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". #129

Open ajanac opened 6 years ago

ajanac commented 6 years ago

I tried adding the dependencies: / / https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 libraryDependencies += "org.slf4j" % "slf4j-log4j12" % "1.7.10" % Test

did n't help. Any kind of help is really appreciated.