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 subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 hand. Is 
 there a better way?

Does “lein deps :tree” help?

—Steve

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.