diff --git a/leiningen-core/src/leiningen/core/project.clj b/leiningen-core/src/leiningen/core/project.clj index 9b16678e..28be1aa3 100755 --- a/leiningen-core/src/leiningen/core/project.clj +++ b/leiningen-core/src/leiningen/core/project.clj @@ -33,7 +33,7 @@ ;; TODO: point to releases-only before 2.0 is out "clojars" {:url "https://clojars.org/repo/"}) :jar-exclusions [#"^\."] - :uberjar-exclusions [#"(?i)^META-INF/[^/]*\.SF$"]}) + :uberjar-exclusions [#"(?i)^META-INF/[^/]*\.(SF|RSA)$"]}) (defmacro defproject "The project.clj file must either def a project map or call this macro."