Identifying dependency that's pulling in SLF4J

2015-06-08 Thread Michael Gardner
I've started to see unwanted SLF4J console messages from one of my projects. I'm not (directly) using SLF4J, and would like to find out which of my dependencies is. But the dependency tree is a bit large to search by hand. Is there a better way? -- You received this message because you are

Re: Identifying dependency that's pulling in SLF4J

2015-06-08 Thread Michael Gardner
On Jun 8, 2015, at 10:30 AM, Stephen Gilardi scgila...@gmail.com wrote: Does “lein deps :tree” help? Yes, that's very helpful. Thanks. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com

Re: Identifying dependency that's pulling in SLF4J

2015-06-08 Thread Stephen Gilardi
On Jun 8, 2015, at 1:26 PM, Michael Gardner gardne...@gmail.com wrote: I've started to see unwanted SLF4J console messages from one of my projects. I'm not (directly) using SLF4J, and would like to find out which of my dependencies is. But the dependency tree is a bit large to search by