Skip to content

Commit

Permalink
make clojure itself a provided dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brabster committed Jan 15, 2017
1 parent c49a878 commit e5bf07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
:username :env/clojars_username
:password :env/clojars_password
:sign-releases false}]]
:dependencies [[org.clojure/clojure "1.8.0"]]
:plugins [[lein-license "0.1.6"]
[lein-ancient "0.6.10"]
[lein-kibit "0.1.2" :exclusions [org.clojure/clojure
Expand All @@ -29,4 +28,5 @@
["bikeshed" "-m" "120"]
["ancient"]
["cloverage"]]}
:profiles {:dev {}})
:profiles {:dev {}
:provided {:dependencies [[org.clojure/clojure "1.8.0"]]}})

0 comments on commit e5bf07d

Please sign in to comment.