From 60d225bc2c554c26596357b7d030ea86d0cfc861 Mon Sep 17 00:00:00 2001 From: Rovanion Luckey Date: Mon, 6 Mar 2017 16:53:17 +0100 Subject: [PATCH] Corrected spelling of exclusions in project.clj. You might want to reconsider why you put the exclusion in there in the first place since it isn't used by leiningen. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f6f2ccc..4b6a845 100644 --- a/project.clj +++ b/project.clj @@ -9,7 +9,7 @@ [org.ccil.cowan.tagsoup/tagsoup "1.2"] [cheshire "5.0.2"] [clj-http "0.7.2" - :exclude [commons-logging]] + :exclusions [commons-logging]] [swank-clojure "1.3.2"] [com.thelastcitadel/apropos "0.0.1"] [ring "1.1.8"]