Skip to content

Commit 8af502a

Browse files
committed
Revert "Explicitly add mranderson middleware"
This was somehow causing all of the non-rewritten dependencies to still be present in build artifacts. The implicit deprecation warning will be removed in future versions of Leiningen anyway. This reverts commit f2b83f8.
1 parent 0a84d82 commit 8af502a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

project.clj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@
2020
^:source-dep [org.clojure/tools.namespace "0.3.0-alpha4"]
2121
^:source-dep [org.clojure/tools.trace "0.7.10"]
2222
^:source-dep [org.clojure/tools.reader "1.2.2"]]
23-
:exclusions [org.clojure/clojure]
24-
25-
:implicits false
2623
:plugins [[thomasa/mranderson "0.4.9"]]
27-
:middleware [mranderson.plugin/middleware]
24+
:exclusions [org.clojure/clojure]
2825

2926
:filespecs [{:type :bytes :path "cider/cider-nrepl/project.clj" :bytes ~(slurp "project.clj")}]
3027

0 commit comments

Comments
 (0)