diff --git a/backend/build.clj b/backend/build.clj index d4a8a34e8..b36251825 100644 --- a/backend/build.clj +++ b/backend/build.clj @@ -20,7 +20,7 @@ {:class-dir class-dir :uber-file jar-file :main 'clojure.main - :exclude [#"goog.*" #"^javasist.*"] + :exclude [#".*Log4j2Plugins\.dat$"] :basis basis})) (defn compile [_]