Created
July 12, 2012 08:22
-
-
Save henrygarner/3096671 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defproject dumbo "0.1.0-SNAPSHOT" | |
:repositories {"apache-releases" "http://repository.apache.org/content/repositories/releases/"} | |
:dependencies [[org.clojure/clojure "1.4.0"] | |
[org.apache.mahout/mahout-core "0.7"] | |
[org.apache.mahout/mahout-math "0.7"] | |
[org.apache.mahout/mahout-utils "0.5" :exclusions [com.google.guava/guava]]]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment