aboutsummaryrefslogtreecommitdiff
path: root/lux-lein
diff options
context:
space:
mode:
authorEduardo Julian2019-09-15 13:48:49 -0400
committerEduardo Julian2019-09-15 13:48:49 -0400
commite553edfbb3f7c1a3053c0bbbcaa7b8e9ccb3057b (patch)
treedc86e89970a876f1c06a5d0eb83bd1e24901d37f /lux-lein
parent3afb16f8acf3f1da0b4b4663c9fcf734ce315381 (diff)
Commented out the exclusion of the "org/ow2/asm/asm-all" dependency.
Diffstat (limited to 'lux-lein')
-rw-r--r--lux-lein/src/leiningen/lux/packager.clj3
1 files changed, 2 insertions, 1 deletions
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