|
@@ -1,10 +1,11 @@
|
|
(defproject hello "compojure"
|
|
(defproject hello "compojure"
|
|
:description "JSON/Database tests"
|
|
:description "JSON/Database tests"
|
|
:url "http://example.com/FIXME"
|
|
:url "http://example.com/FIXME"
|
|
- :dependencies [[org.clojure/clojure "1.4.0"]
|
|
|
|
|
|
+ :dependencies [[org.clojure/clojure "1.5.1"]
|
|
[compojure "1.1.5"]
|
|
[compojure "1.1.5"]
|
|
- [ring/ring-json "0.1.2"]
|
|
|
|
- [korma "0.3.0-RC2"]
|
|
|
|
|
|
+ [ring/ring-json "0.2.0"]
|
|
|
|
+ [korma "0.3.0-RC5"]
|
|
|
|
+ [log4j "1.2.15" :exclusions [javax.mail/mail javax.jms/jms com.sun.jdmk/jmxtools com.sun.jmx/jmxri]]
|
|
[mysql/mysql-connector-java "5.1.6"]
|
|
[mysql/mysql-connector-java "5.1.6"]
|
|
]
|
|
]
|
|
:plugins [[lein-ring "0.8.2"]]
|
|
:plugins [[lein-ring "0.8.2"]]
|