Skip to content

Commit 5a51715

Browse files
committed
[#322 #333] [Example project] Exclude Ring from immutant dependency (@tooke7)
1 parent dd6982f commit 5a51715

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example-project/project.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020

2121
;;; TODO Choose (uncomment) a supported web server -----------------------
2222
[http-kit "2.3.0"] ; Default
23-
;; [org.immutant/web "2.1.4"]
23+
;; [org.immutant/web "2.1.4"
24+
;; :exclusions [ring/ring-core]]
2425
;; [nginx-clojure/nginx-clojure-embed "0.4.4"] ; Needs v0.4.2+
2526
;; [aleph "0.4.1"]
2627
;; -----------------------------------------------------------------------

0 commit comments

Comments
 (0)