I want to use an Hbase tap for my cascalog project, but lein deps fails
with -
Unable to resolve artifact: Missing:
----------
1) com.twitter:maple:jar:0.2.0
Try downloading the file manually from the project website.
This is the project file im using -
(defproject cascatrial "1.0.0-SNAPSHOT"
:description "trial project for cascalog"
:dependencies [[org.clojure/clojure "1.3.0"]
[cascalog "1.8.7"]
[org.clojure/data.json "0.1.2"]
[clj-time "0.4.3"]
[com.twitter/maple "0.2.0"]]
:dev-dependencies [[org.apache.hadoop/hadoop-core "0.20.2-dev"]])
What could be causing this?