Fork me on GitHub
#tools-deps
<
2020-03-22
>
borkdude11:03:47

Enjoyed the podcast Alex, thanks for taking the time! https://clojurescriptpodcast.com/

✔️ 20
pithyless11:03:36

Trying to debug this kind of warning:

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:~/.m2/repository/org/slf4j/slf4j-nop/1.7.25/slf4j-nop-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:~/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See  for an explanation.
SLF4J: Actual binding is of type [org.slf4j.helpers.NOPLoggerFactory]
When I run clojure -Stree I do not see any mention of slf4j-nop. Any ideas on how I can find out what is pulling in this dependency (so I can add an :exclusion)?

pithyless11:03:09

^ Nevermind, PEBCAK.

duckie 8