about summary refs log tree commit diff
path: root/project.clj
diff options
context:
space:
mode:
authorJoe Dytrych <j@dytry.ch>2016-02-14 22:51:38 +0000
committerJoe Dytrych <j@dytry.ch>2016-02-16 00:03:51 +0000
commitee81f454e9aa50c3667741a17843136805885ffb (patch)
tree640f012a4496e2891f4a216c3b1035bdaf0d0773 /project.clj
parent4a8519c3d23849136e11b338f107a05a7b5d5b48 (diff)
Add JSON response with Accept: application/json header
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 961c733..f2b2382 100644
--- a/project.clj
+++ b/project.clj
@@ -11,7 +11,8 @@
                  [ring-basic-authentication "1.0.5"]
                  [environ "0.5.0"]
                  [hiccup "1.0.5"]
-                 [com.cemerick/drawbridge "0.0.6"]]
+                 [com.cemerick/drawbridge "0.0.6"]
+                 [org.clojure/data.json "0.2.6"]]
   :min-lein-version "2.0.0"
   :plugins [[environ/environ.lein "0.2.1"]]
   :hooks [environ.leiningen.hooks]