clj-druid/project.clj
Guillaume Buisson 15173fbb51 bumped version
2015-10-27 14:41:56 +01:00

12 lines
539 B
Clojure

(defproject y42/clj-druid "0.2.10"
:description "Clojure library for Druid.io"
:url "http://github.com/y42/clj-druid"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
[swiss-arrows "1.0.0"]
[clj-http "2.0.0"]
[prismatic/schema "0.4.4"]
[org.clojure/tools.logging "0.3.1"]
[org.clojure/data.json "0.2.6"]
[zookeeper-clj "0.9.1"]])