forked from pyr/cyanite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.clj
26 lines (26 loc) · 1.34 KB
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
(defproject io.cyanite/cyanite "0.1.3"
:description "Alternative storage backend for graphite, backed by cassandra"
:url "https://github.com/pyr/cyanite"
:license {:name "MIT License"
:url "https://github.com/pyr/cyanite/tree/master/LICENSE"}
:maintainer {:email "[email protected]"}
:aot :all
:main io.cyanite
:plugins [[lein-ancient "0.6.7"]]
:dependencies [[org.clojure/clojure "1.7.0-beta3"]
[org.clojure/tools.logging "0.3.1"]
[org.clojure/tools.cli "0.3.1"]
[org.spootnik/pickler "0.1.0"]
[org.spootnik/logconfig "0.7.3"]
[ring/ring-codec "1.0.0"]
[clj-yaml "0.4.0"]
[clj-http "1.0.1"
:exclusions [commons-codec]]
[cc.qbits/jet "0.6.2"]
[cc.qbits/alia "2.3.9"]
[net.jpountz.lz4/lz4 "1.3"]
[org.xerial.snappy/snappy-java "1.1.1.7"]
[io.netty/netty-all "4.0.19.Final"]
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
[clojurewerkz/elastisch "2.0.0"
:exclusions [com.google.guava/guava commons-codec]]])