From e553edfbb3f7c1a3053c0bbbcaa7b8e9ccb3057b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 15 Sep 2019 13:48:49 -0400 Subject: Commented out the exclusion of the "org/ow2/asm/asm-all" dependency. --- lux-lein/src/leiningen/lux/packager.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lux-lein') diff --git a/lux-lein/src/leiningen/lux/packager.clj b/lux-lein/src/leiningen/lux/packager.clj index 7f80b1763..022d52cb5 100644 --- a/lux-lein/src/leiningen/lux/packager.clj +++ b/lux-lein/src/leiningen/lux/packager.clj @@ -134,7 +134,8 @@ (def jar-exclusions ["com/github/luxlang/luxc-jvm" "org/clojure/clojure" "org/clojure/core.match" - "org/ow2/asm/asm-all"]) + ;; "org/ow2/asm/asm-all" + ]) ;; [Resources] (defn ^:private package-jvm -- cgit v1.2.3