From c41871c5b7974ece575b56a5d5fd5575b06a2d57 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Wed, 15 Aug 2012 17:22:40 -0700 Subject: [PATCH] Add an exclusion to reply to fix bootstrapping issues. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3d9030ff..2e5c16d8 100644 --- a/project.clj +++ b/project.clj @@ -13,7 +13,7 @@ :exclusions [org.apache.maven/maven-model org.sonatype.aether/aether-api org.sonatype.aether/aether-util]] - [reply "0.1.0-beta10"] + [reply "0.1.0-beta10" :exclusions [ring/ring-core]] [clj-http "0.4.2"]] ;; checkout-deps don't work with :eval-in :leiningen :profiles {:dev {:resource-paths ["leiningen-core/dev-resources"]