Disable snapshots from maven central

This commit is contained in:
Hugo Duncan 2013-01-09 17:04:40 -05:00
parent 6f77bd1dbe
commit eb58efca7d

View file

@ -127,7 +127,7 @@
(def default-repositories
(with-meta
[["central" {:url "http://repo1.maven.org/maven2/"}]
[["central" {:url "http://repo1.maven.org/maven2/" :snapshots false}]
["clojars" {:url "https://clojars.org/repo/"}]]
{:reduce add-repo}))