forked from tolitius/chazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
19 lines (16 loc) · 793 Bytes
/
project.clj
File metadata and controls
19 lines (16 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(defproject chazel "0.1.10-SNAPSHOT"
:description "hazelcast bells and whistles under the clojure belt"
:url "https://github.com/tolitius/chazel"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:source-paths ["src" "src/chazel"]
:profiles {:dev {:repl-options {:init-ns chazel}
:resource-paths ["dev-resources"]}}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/tools.logging "0.3.1"]
[com.hazelcast/hazelcast "3.6.2"]
[com.hazelcast/hazelcast-client "3.6.2"]
[org.hface/hface-client "0.1.3"]
[cheshire "5.6.1"]
[com.cognitect/transit-clj "0.8.275"]
[clj-wallhack "1.0.1"]])