reitit/examples/pedestal-swagger/project.clj

8 lines
337 B
Clojure
Raw Normal View History

2018-09-07 21:16:59 +00:00
(defproject ring-example "0.1.0-SNAPSHOT"
:description "Reitit-http with pedestal"
:dependencies [[org.clojure/clojure "1.9.0"]
[io.pedestal/pedestal.service "0.5.4"]
[io.pedestal/pedestal.jetty "0.5.4"]
2018-09-08 08:06:27 +00:00
[metosin/reitit "0.2.2-SNAPSHOT"]]
2018-09-07 21:16:59 +00:00
:repl-options {:init-ns example.server})