Closed zentrope closed 8 years ago
When I do lein deps :tree, I see:
lein deps :tree
[com.andrewmcveigh/cljs-time "0.5.0-alpha1"] [adzerk/boot-cljs "1.7.228-1"] [doo "0.1.7-20160306.211039-2"] [karma-reporter "0.1.0"] [funcool/boot-codeina "0.1.0-20150517.155946-4"] [hiccup "1.0.5"] [leinjacker "0.4.2"] [org.clojure/core.contracts "0.0.1"] [org.clojure/core.unify "0.5.3"] [org.clojure/tools.namespace "0.2.10"] [org.pegdown/pegdown "1.4.2"] [org.parboiled/parboiled-java "1.1.6"] [org.ow2.asm/asm-analysis "4.1"] [org.ow2.asm/asm-tree "4.1"] [org.ow2.asm/asm-util "4.1"] [org.ow2.asm/asm "4.1"] [org.parboiled/parboiled-core "1.1.6"]
I'm assuming I can just exclude those. Is there a way to remove those deps from the artifact when it's included in a project?
Woops, they shouldn't be in there... must have forgotten to exclude them.
When I do
lein deps :tree
, I see:I'm assuming I can just exclude those. Is there a way to remove those deps from the artifact when it's included in a project?