-
-
Save bencomp/6611071 to your computer and use it in GitHub Desktop.
After I added apache-jena-libs as a Maven dependency, I see this in the Eclipse console when I run a JUnit test. Also, nothing happens after this, except that java goes to 100% cpu.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SLF4J: Class path contains multiple SLF4J bindings. | |
SLF4J: Found binding in [jar:file:/Users/ben/.m2/repository/ch/qos/logback/logback-classic/1.0.0/logback-classic-1.0.0.jar!/org/slf4j/impl/StaticLoggerBinder.class] | |
SLF4J: Found binding in [jar:file:/Users/ben/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class] | |
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. | |
SLF4J: Actual binding is of type [ch.qos.logback.classic.selector.DefaultContextSelector] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And... it had nothing to do with this.