diff --git a/project.clj b/project.clj index 7a01ecc..736a229 100644 --- a/project.clj +++ b/project.clj @@ -4,9 +4,9 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.6.0"] - [org.apache.curator/curator-recipes "3.2.1"] - [org.apache.curator/curator-framework "3.2.1"] - [org.apache.curator/curator-x-discovery "3.2.1"]] + [org.apache.curator/curator-recipes "2.12.0"] + [org.apache.curator/curator-framework "2.12.0"] + [org.apache.curator/curator-x-discovery "2.12.0"]] :profiles {:dev {:dependencies [[org.slf4j/log4j-over-slf4j "1.7.24"] [org.slf4j/slf4j-simple "1.7.24"]] :exclusions [org.slf4j/slf4j-log4j12]}}