-
Notifications
You must be signed in to change notification settings - Fork 7
/
project.clj
23 lines (23 loc) · 1014 Bytes
/
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
(defproject kosha "0.1.0-SNAPSHOT"
:description "Open Carnatic Music Database"
:url "http://r4g4.com"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[bidi "1.19.0"]
[cheshire "5.4.0"]
[clj-http "2.0.0"]
[hiccup "1.0.5"]
[medley "0.7.0"]
[pg-hstore "3.0.3"]
[hikari-cp "1.5.0"]
[org.clojure/clojure "1.7.0"]
[org.clojure/java.jdbc "0.4.2"]
[org.clojure/tools.cli "0.3.3"]
[org.clojure/tools.nrepl "0.2.6"]
[org.jsoup/jsoup "1.8.3"]
[postgresql/postgresql "9.3-1102.jdbc41"]
[ring-middleware-format "0.3.2" :exclusions [ring]]
[ring/ring-core "1.5.0"]
[ring/ring-jetty-adapter "1.3.2"]]
:plugins [[cider/cider-nrepl "0.8.2"]]
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"])