clj-druid/project.clj

13 lines
538 B
Clojure
Raw Normal View History

2015-05-28 07:02:57 +00:00
(defproject y42/clj-druid "0.2.5"
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"}
2014-09-11 14:18:25 +00:00
:dependencies [[org.clojure/clojure "1.6.0"]
2014-09-16 10:21:35 +00:00
[swiss-arrows "1.0.0"]
2015-03-11 10:35:19 +00:00
[clj-http "1.0.1"]
2015-05-21 11:53:42 +00:00
[prismatic/schema "0.4.2"]
2014-09-12 16:07:30 +00:00
[org.clojure/tools.logging "0.3.0"]
[org.clojure/data.json "0.2.5"]
2014-09-12 16:07:30 +00:00
[zookeeper-clj "0.9.1"]])