clj-druid/project.clj

13 lines
539 B
Clojure
Raw Normal View History

2015-10-27 13:41:56 +00:00
(defproject y42/clj-druid "0.2.10"
2014-09-11 14:18:25 +00:00
:description "Clojure library for Druid.io"
2014-09-17 12:56:21 +00:00
:url "http://github.com/y42/clj-druid"
2015-05-22 15:07:15 +00:00
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
2014-09-16 10:21:35 +00:00
[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"]
2014-09-12 16:07:30 +00:00
[zookeeper-clj "0.9.1"]])