Exclude unnecessary junit dependency of jline.

This has gone on long enough.
This commit is contained in:
Colin Jones 2011-04-09 17:30:58 -05:00
parent b636c68975
commit 312332d94e

View File

@ -1,4 +1,4 @@
(defproject functional-koans "0.3.0" (defproject functional-koans "0.3.0"
:description "The functional koans" :description "The functional koans"
:dependencies [[org.clojure/clojure "1.3.0-alpha6"] :dependencies [[org.clojure/clojure "1.3.0-alpha6"]
[jline "0.9.94"]]) [jline "0.9.94" :exclusions [junit]]])