Skip to content

Commit a29b848

Browse files
tggreenebbatsov
authored andcommitted
Add note in project.clj explaining java.classpath dependency
1 parent 24cbf08 commit a29b848

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

project.clj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
^:source-dep [cheshire "5.8.0"]
99
^:source-dep [org.clojure/tools.analyzer.jvm "0.7.1"]
1010
^:source-dep [org.clojure/tools.namespace "0.3.0-alpha3"]
11+
;; Not used directly in refactor-nrepl, but needed because of tool.namespace
12+
;; and the way MrAnderson processes dependencies
13+
;; See https://github.com/clojure-emacs/cider/issues/2176 for details
1114
^:source-dep [org.clojure/java.classpath "0.2.3"]
1215
^:source-dep [org.clojure/tools.reader "1.1.1"]
1316
^:source-dep [cider/orchard "0.3.0"]

0 commit comments

Comments
 (0)