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?