|
@@ -1,9 +1,9 @@
|
|
(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"]
|
|
|
|
|
|
+ [ring/ring-json "0.2.0"]
|
|
[korma "0.3.0-RC2"]
|
|
[korma "0.3.0-RC2"]
|
|
[mysql/mysql-connector-java "5.1.6"]
|
|
[mysql/mysql-connector-java "5.1.6"]
|
|
]
|
|
]
|