Fork me on GitHub
#leiningen
<
2018-10-24
>
danielcompton07:10:16

@deactivateduser10790 take a look at some of mikera’s stuff on GitHub, I think it uses classifiers

👍 4
danp09:10:44

Hi all, I'm calling a Clojure (1.8) jar in a larger Java project that I don't entirely have control over. Recently a separate jar dependency has been introduced to the parent that's causing conflicts with clj-http. Is there a way I can ignore conflicts originating outside of my Clojure code, in lein (or otherwise)?

mikerod13:10:14

@danp I’m not clear on your situation. What is the “parent” can you show an example dependency structure or something? And when you say “calling a clojure jar” do you mean the clj core jar or some jar that uses clj?