This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-24
Channels
- # architecture (4)
- # aws (1)
- # beginners (76)
- # boot (172)
- # cider (17)
- # cljs-dev (10)
- # cljs-experience (24)
- # cljsrn (45)
- # clojure (129)
- # clojure-berlin (1)
- # clojure-finland (1)
- # clojure-italy (8)
- # clojure-seattle-old (1)
- # clojure-sg (1)
- # clojure-spec (31)
- # clojure-uk (28)
- # clojurescript (88)
- # cursive (11)
- # data-science (1)
- # datomic (44)
- # fulcro (48)
- # hoplon (5)
- # jobs (3)
- # jobs-discuss (1)
- # leiningen (6)
- # luminus (42)
- # lumo (17)
- # off-topic (9)
- # om (29)
- # onyx (15)
- # pedestal (7)
- # protorepl (20)
- # re-frame (24)
- # reagent (46)
- # ring-swagger (2)
- # specter (2)
- # sql (3)
- # uncomplicate (58)
- # unrepl (29)
- # yada (5)
@martinklepsch that shouldn't happen at all,
The pom generated looks to be ok too
@danielcompton Hm, you’re right, the pom has no mention of e.g. Ultra. I tried boot -d morse show -d
and it includes all the ultra dependencies etc..
A follow-up to @martinklepsch's posts: the pom.xml
file generated by Leiningen does not contain the ultra
dependency but the morse-0.2.4.pom
does -- and it is not scoped to just test
. The :dev :dependencies
are listed in the .pom
and scoped to test
. And it only seems to be ultra
added in, rather than the other two :dev :plugins
, so that makes me wonder whether the author has ultra
as a non-dev dependency in their ~/.lein/profiles.clj
file?
It does raise the question (for me): what's the purpose of the .pom
file, and why is it different to pom.xml
? I'm not familiar enough with Maven etc to know...
Hey all. Just posted this question to SO and was wondering if anyone here might have some insight: https://stackoverflow.com/questions/45868991/how-do-i-do-exclusions-for-dependencies-that-are-pulled-in-by-leiningen-when-wri