phyloref / jphyloref

MIT License
0 stars 0 forks source link

SLJ4F warnings when running JPhyloRef #18

Closed gaurav closed 6 years ago

gaurav commented 6 years ago

We get the following warnings when running JPhyloRef:

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.

Fixing this is pretty easy; we just need to include the slf4j-simple artifact which provides this class.