Fork me on GitHub
#leiningen
<
2017-08-23
>
martinklepsch15:08:10

hey 🙂 Ijust noticed that a project I’m using pulls in a lot of dev dependencies: https://github.com/Otann/morse/blob/6ecc6c7fbbf0ac8e3a494d343abd92232233c4f0/project.clj#L15-L18 Is there any way to avoid this?

martinklepsch15:08:39

I can add exclusions but I’d rather try fixing the library. Tried adding :scope "test" but that didn’t help …

matthavener18:08:28

is it possible to generate an uberjar without clojure runtime?