dragon66 / icafe

Java library for reading, writing, converting and manipulating images and metadata
Eclipse Public License 1.0
204 stars 58 forks source link

Missing slf4j logger binding dependency #105

Closed anowak-ct closed 1 month ago

anowak-ct commented 3 years ago

When running a test class, I am getting the following error

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

See http://www.slf4j.org/codes.html#noProviders

dragon66 commented 3 years ago

@anowak-ct You can add the two jar files from the Lib folder of the repository to your classpath.