I'm not sure if it's something else in my project's somewhat baroque dependency tree that causes this, but after I add lein-collisions to my project's plugins, I'm unable to get it to pass lein's :pedantic? tests due to overlapping versions in its own dependencies:
http://pastebin.com/js93Mrzw ...and in fact the only way I can get it to pass dependency checks is if I add a lot of :exclusions, up to and including org.slf4j/slf4j-api at which point it aborts with a runtime error "java.lang.ClassNotFoundException: org.slf4j.LoggerFactory". Is anyone else seeing this? Thanks Tim On Monday, July 13, 2015 at 10:05:41 AM UTC-4, Herwig Hochleitner wrote: > > 2015-07-09 19:01 GMT+02:00 Andy Fingerhut <[email protected] > <javascript:>>: > >> I think it would be helpful to include that text in your README on Github >> somewhere. >> > > Done. Good idea, thanks Andy! > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
