From 312332d94e43bbb972db7b9395a9e17bef63d1fe Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Sat, 9 Apr 2011 17:30:58 -0500 Subject: [PATCH] Exclude unnecessary junit dependency of jline. This has gone on long enough. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 14fcd64..fa21c11 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ (defproject functional-koans "0.3.0" :description "The functional koans" :dependencies [[org.clojure/clojure "1.3.0-alpha6"] - [jline "0.9.94"]]) + [jline "0.9.94" :exclusions [junit]]])