diff --git a/project.clj b/project.clj index 163570d..30ae7a1 100644 --- a/project.clj +++ b/project.clj @@ -2,7 +2,7 @@ :description "Clojure interface to the Librato service" :dependencies [[org.clojure/clojure "1.5.1"] [org.clojure/tools.logging "0.2.6"] - [clj-http "0.7.5" + [clj-http "0.9.1" :exclusions [commons-logging]] [cheshire "5.2.0"]] :profiles