diff --git a/project.clj b/project.clj index b5e83d8..35c14eb 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,5 @@ (defproject clucy "0.1.1-SNAPSHOT" :description "A Clojure interface to the Lucene search engine" :url "http://github/weavejester/clucy" - :dependencies [[org.apache.lucene/lucene-core "3.0.3"]]) + :dependencies [[org.clojure/clojure "1.2.1"] + [org.apache.lucene/lucene-core "3.0.3"]])