forked from drankard/clojure-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
18 lines (13 loc) · 743 Bytes
/
project.clj
File metadata and controls
18 lines (13 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(defproject clojure-config "1.0.5"
:description "A simple clojure framework for loading property configurations runtime"
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/tools.logging "0.2.3"]]
:repositories {"stuartsierra-releases" "http://stuartsierra.com/maven2"}
:dev-dependencies [[swank-clojure "1.2.1"]
[com.stuartsierra/lazytest "1.1.2"]
[log4j "1.2.15" :exclusions [javax.mail/mail
javax.jms/jms
com.sun.jdmk/jmxtools
com.sun.jmx/jmxri]]
[lein-lazytest "1.0.3"]]
:lazytest-path ["src" "test"])