ring -> ring/ring-jetty-adapter

This commit is contained in:
Tommi Reiman 2018-09-07 23:14:12 +03:00
parent 0f45f42922
commit 3bdae9db75
4 changed files with 4 additions and 4 deletions

View file

@ -4,6 +4,6 @@
[org.clojure/core.async "0.4.474"]
[funcool/promesa "1.9.0"]
[manifold "0.1.8"]
[ring "1.6.3"]
[ring/ring-jetty-adapter "1.7.0-RC2"]
[metosin/reitit "0.2.1"]]
:repl-options {:init-ns example.server})

View file

@ -1,6 +1,6 @@
(defproject just-coercion-with-ring "0.1.0-SNAPSHOT"
:description "Reitit coercion with vanilla ring"
:dependencies [[org.clojure/clojure "1.9.0"]
[ring "1.6.3"]
[ring/ring-jetty-adapter "1.7.0-RC2"]
[metosin/muuntaja "0.4.1"]
[metosin/reitit "0.2.1"]])

View file

@ -1,6 +1,6 @@
(defproject ring-example "0.1.0-SNAPSHOT"
:description "Reitit Ring App"
:dependencies [[org.clojure/clojure "1.9.0"]
[ring "1.6.3"]
[ring/ring-jetty-adapter "1.7.0-RC2"]
[metosin/reitit "0.2.1"]]
:repl-options {:init-ns example.server})

View file

@ -1,6 +1,6 @@
(defproject ring-example "0.1.0-SNAPSHOT"
:description "Reitit Ring App with Swagger"
:dependencies [[org.clojure/clojure "1.9.0"]
[ring "1.6.3"]
[ring/ring-jetty-adapter "1.7.0-RC2"]
[metosin/reitit "0.2.1"]]
:repl-options {:init-ns example.server})