使用leiningen构建Clojure应用程序时,如何在使用lein uberjar时将某些依赖项排除在JAR文件中? 使用提供的leiningen配置文件条目. :profiles {:dev {:dependencies [[ring-mock "0.1.5"] [prismatic/dommy "0.1.3"] [
:profiles {:dev {:dependencies [[ring-mock "0.1.5"] [prismatic/dommy "0.1.3"] [org.bouncycastle/bcprov-jdk15on "1.50"]]} :provided {:dependencies [[org.bouncycastle/bcprov-jdk15on "1.50"]]}}
一个常见的用例是bouncycastle,需要从签名的JAR中排除,并在运行时使用自己的jar文件在外部提供.