From 8aac0c573c29d2829242d66539a9e027d03ff8ec Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 11 Jan 2021 02:05:30 -0400 Subject: Encapsulate JS definitions produced by the JS compiler in a local scope to avoid interacting with the global scope. --- lux-bootstrapper/project.clj | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lux-bootstrapper') diff --git a/lux-bootstrapper/project.clj b/lux-bootstrapper/project.clj index e0525c2bb..0975939e7 100644 --- a/lux-bootstrapper/project.clj +++ b/lux-bootstrapper/project.clj @@ -13,7 +13,14 @@ [:url "https://github.com/eduardoejp"]]] :dependencies [[org.clojure/clojure "1.6.0"] [org.clojure/core.match "0.2.1"] - [org.ow2.asm/asm-all "5.0.3"]] + [org.ow2.asm/asm-all "5.0.3"] + + ;; [org.ow2.asm/asm "7.3.1"] + ;; [org.ow2.asm/asm-commons "7.3.1"] + ;; [org.ow2.asm/asm-analysis "7.3.1"] + ;; [org.ow2.asm/asm-tree "7.3.1"] + ;; [org.ow2.asm/asm-util "7.3.1"] + ] :warn-on-reflection true :repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"] ["releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]] -- cgit v1.2.3