-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathproject.clj
22 lines (22 loc) · 1.07 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
(defproject riemann-grid "0.6.6"
:description "grid like view of riemann alerts"
:url "https://github.com/exoscale/riemann-grid"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/tools.logging "0.3.1"]
[org.clojure/tools.cli "0.3.1"]
[compojure "1.2.1"]
[hiccup "1.0.5"]
[ring/ring-json "0.3.1"]
[less-awful-ssl "1.0.6"]
[riemann-clojure-client "0.2.11"]
[ring/ring-core "1.3.1"]
[ring/ring-jetty-adapter "1.3.1"]
[ring/ring-devel "1.3.1"]
[log4j/log4j "1.2.17"
:exclusions [javax.mail/mail
javx.jms/jms
com.sun.jdmk/jmxtools
com.sun.jmx/jmxri]]]
:main riemann-grid.core)