From 66e6b47737a9e6411f430a5cd169315f04dcd078 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 17 Mar 2018 13:14:53 -0700 Subject: Add reify health from yesterday --- reify-health/project.clj | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 reify-health/project.clj (limited to 'reify-health/project.clj') diff --git a/reify-health/project.clj b/reify-health/project.clj new file mode 100644 index 0000000..2dcb252 --- /dev/null +++ b/reify-health/project.clj @@ -0,0 +1,12 @@ +(defproject reify "0.1.0-SNAPSHOT" + :description "FIXME: write description" + :url "http://example.com/FIXME" + :min-lein-version "2.0.0" + :dependencies [[org.clojure/clojure "1.8.0"] + [compojure "1.5.1"] + [ring/ring-defaults "0.2.1"]] + :plugins [[lein-ring "0.9.7"]] + :ring {:handler reify.handler/app} + :profiles + {:dev {:dependencies [[javax.servlet/servlet-api "2.5"] + [ring/ring-mock "0.3.0"]]}}) -- cgit v1.2.3