This commit is contained in:
Tommi Reiman 2018-08-31 10:01:15 +03:00
parent c3a3b923a7
commit a23cd116b7
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
(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.1"]
[io.pedestal/pedestal.jetty "0.5.1"]
[io.pedestal/pedestal.service "0.5.4"]
[io.pedestal/pedestal.jetty "0.5.4"]
[metosin/reitit "0.2.0-SNAPSHOT"]]
:repl-options {:init-ns example.server})

View file

@ -81,7 +81,8 @@
:dependencies [[compojure "1.6.1"]
[ring/ring-defaults "0.3.2"]
[ikitommi/immutant-web "3.0.0-alpha1"]
[io.pedestal/pedestal.route "0.5.4"]
[io.pedestal/pedestal.service "0.5.4"]
[io.pedestal/pedestal.jetty "0.5.4"]
[org.clojure/core.async "0.4.474"]
[metosin/sieppari "0.0.0-alpha4"]
[yada "1.2.13"]