Skip to content

Commit

Permalink
fixup! [mod] [taoensso#424] reintroduce fixed jetty9-ring-adapter s…
Browse files Browse the repository at this point in the history
…upport
  • Loading branch information
TimoKramer committed Apr 11, 2023
1 parent 5ef90bd commit 12d8879
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions example-project/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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
Expand Down

0 comments on commit 12d8879

Please sign in to comment.