From 5a5171578ef357a04a9181d2005682890fb2dfff Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sat, 12 Jan 2019 08:52:09 +0100 Subject: [PATCH] [#322 #333] [Example project] Exclude Ring from immutant dependency (@tooke7) --- example-project/project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example-project/project.clj b/example-project/project.clj index d3ac7f6..42766a5 100644 --- a/example-project/project.clj +++ b/example-project/project.clj @@ -20,7 +20,8 @@ ;;; TODO Choose (uncomment) a supported web server ----------------------- [http-kit "2.3.0"] ; Default - ;; [org.immutant/web "2.1.4"] + ;; [org.immutant/web "2.1.4" + ;; :exclusions [ring/ring-core]] ;; [nginx-clojure/nginx-clojure-embed "0.4.4"] ; Needs v0.4.2+ ;; [aleph "0.4.1"] ;; -----------------------------------------------------------------------