forked from relevance/labrepl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.clj
15 lines (15 loc) · 949 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(defproject labrepl "0.0.2-SNAPSHOT"
:description "Clojure exercises, with integrated repl and webapp"
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/tools.logging "0.2.3"]
[org.clojure/data.json "0.1.2"]
[ring/ring-jetty-adapter "1.0.0-RC1" :exclusions [org.clojure/clojure
org.clojure/clojure-contrib]]
[compojure "0.6.5" :exclusions [org.clojure/clojure]]
[hiccup "0.3.7" :exclusions [org.clojure/clojure]]
[log4j "1.2.16" :exclusions [javax.mail/mail
javax.jms/jms
com.sun.jdmk/jmxtools
com.sun.jmx/jmxri]]
[jline "0.9.94"]]
:dev-dependencies [[swank-clojure "1.3.0" :exclusions [org.clojure/clojure]]])