Open metasoarous opened 4 years ago
Figured out how to get around this
clj -Sdeps '{:deps {com.google/clojure-turtle {:mvn/version "0.3.0" :exclusions [bouncycastle/bctsp-jdk14]} org.bouncycastle/bctsp-jdk14 {:mvn/version "1.38"}}}'
Some context here: https://github.com/incanter/incanter/issues/388
It should be possible to add a similar exclusion to the project.clj
to fix this, to whatever project is requiring bctsp
. Then clj -Sdeps '{:deps {com.google/clojure-turtle {:mvn/version "0.3.X"}}}'
should work.
Having trouble getting it to work with the official clj/clojure CLI.