Fork me on GitHub
#leiningen
<
2020-09-21
>
Stephen Young17:09:55

hi all. i have a project.clj that contains a test profile that includes dependencies for my project that i only need for testing. i have another profile called prod that contains no additional dependencies. but when i run lein with-profile prod uberjar all of the dependencies in the test profile still get downloaded from clojars. is there any way to avoid this download?