forked from exoscale/pithos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.clj
36 lines (36 loc) · 1.85 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
27
28
29
30
31
32
33
34
35
36
(defproject io.pithos/pithos "0.7.6-SNAPSHOT"
:description "cassandra-backed object storage"
:maintainer {:email "Pierre-Yves Ritschard <pyr@spootnik.org>"}
:url "http://pithos.io"
:license {:name "Apache License, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:aot :all
:main io.pithos
:jvm-opts ["-Xmx2g"]
:profiles {:dev {:resource-paths ["test/data"]}}
:dependencies [[org.clojure/clojure "1.9.0-alpha14"]
[org.clojure/data.codec "0.1.0"]
[org.clojure/data.xml "0.0.8"]
[org.clojure/data.zip "0.1.1"]
[org.clojure/tools.cli "0.3.5"]
[org.clojure/tools.logging "0.3.1"]
[org.clojure/core.async "0.2.374"]
[spootnik/unilog "0.7.17"]
[spootnik/constance "0.5.3"]
[spootnik/raven "0.1.1"]
[spootnik/uncaught "0.5.3"]
[clj-yaml "0.4.0"]
[clout "2.1.2"]
[cheshire "5.6.3"]
[clj-time "0.9.0"]
[ring/ring-core "1.3.2"
:exclusions [org.clojure/tools.reader]]
[ring/ring-codec "1.0.0"]
[com.eaio.uuid/uuid "3.2"]
[cc.qbits/alia-all "3.3.0"
:exclusions [com.eaio.uuid/uuid]]
[cc.qbits/hayt "3.0.1"]
[cc.qbits/jet "0.7.9"
:exclusions [org.clojure/tools.reader]]
[net.jpountz.lz4/lz4 "1.3.0"]
[org.xerial.snappy/snappy-java "1.1.2.4"]])