diff --git a/example-project/project.clj b/example-project/project.clj index cf3b2ec..9adbc88 100644 --- a/example-project/project.clj +++ b/example-project/project.clj @@ -19,13 +19,14 @@ [com.taoensso/timbre "6.1.0"] ;;; TODO Choose (uncomment) a supported web server ----------------------- - ;; [http-kit "2.6.0"] ; Default - ;; [org.immutant/web "2.1.10" + [http-kit "2.6.0"] ; Default + ;; [org.immutant/web "x.y.z" ;; :exclusions [ring/ring-core]] - ;; [nginx-clojure/nginx-clojure-embed "0.5.2"] ; Needs v0.4.2+ - ;; [aleph "0.4.1"] - [info.sunng/ring-jetty9-adapter "0.18.5"] - [commons-io/commons-io "2.11.0"] + ;; [nginx-clojure/nginx-clojure-embed "x.y.z"] ; Needs v0.4.2+ + ;; [aleph "x.y.z"] + ;; [info.sunng/ring-jetty9-adapter "x.y.z"] + [info.sunng/ring-jetty9-adapter "0.18.5"] + [commons-io/commons-io "2.11.0"] ;; ----------------------------------------------------------------------- [ring "1.10.0"] @@ -37,7 +38,7 @@ ;;; Transit deps optional; may be used to aid perf. of larger data payloads ;;; (see reference example for details): - [com.cognitect/transit-clj "1.0.329"] + [com.cognitect/transit-clj "1.0.333"] [com.cognitect/transit-cljs "0.8.280"]] :plugins