Skip to content

Commit 475e443

Browse files
committed
Use lein-tools-deps in lieu of dependencies in project.clj
To avoid duplication while still being able to build a jar / deploy to Clojars with Leiningen. Eventually we'll migrate to cli-tools completely, but not yet.
1 parent 8efa709 commit 475e443

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

project.clj

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@
44
:scm {:name "git", :url "https://github.com/nathell/skyscraper"}
55
:codox {:metadata {:doc/format :markdown}}
66
:url "https://github.com/nathell/skyscraper"
7-
:dependencies [[org.clojure/clojure "1.11.1"]
8-
[org.clojure/core.async "1.5.648"]
9-
[org.clojure/core.incubator "0.1.4"]
10-
[org.clojure/data.csv "1.0.1"]
11-
[org.clojure/data.priority-map "1.1.0"]
12-
[org.clojure/java.jdbc "0.7.12"]
13-
[clj-http "3.12.3"]
14-
[crouton "0.1.2"]
15-
[enlive "1.1.6" :exclusions [jsoup]]
16-
[reaver "0.1.3"]
17-
[com.taoensso/timbre "5.2.1"]
18-
[org.xerial/sqlite-jdbc "3.36.0.3"]]
19-
:profiles {:test {:dependencies [[hiccup "1.0.5"]
20-
[ring "1.9.5"]
21-
[tortue/spy "2.13.0"]]}})
7+
:plugins [[lein-tools-deps "0.4.5"]]
8+
:middleware [lein-tools-deps.plugin/resolve-dependencies-with-deps-edn]
9+
:lein-tools-deps/config {})

0 commit comments

Comments
 (0)