Skip to content

Instantly share code, notes, and snippets.

@henrygarner
Created July 12, 2012 08:22
Show Gist options
  • Save henrygarner/3096671 to your computer and use it in GitHub Desktop.
Save henrygarner/3096671 to your computer and use it in GitHub Desktop.
(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