clj-druid/project.clj
2016-02-05 19:01:10 +01:00

12 lines
548 B
Clojure

(defproject y42/clj-druid "0.2.11-SNAPSHOT"
: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 "1.0.4"]
[org.clojure/tools.logging "0.3.1"]
[org.clojure/data.json "0.2.6"]
[zookeeper-clj "0.9.1"]])