forked from davidsantiago/clojure-hbase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
21 lines (20 loc) · 794 Bytes
/
Copy pathproject.clj
File metadata and controls
21 lines (20 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(defproject clojure-hbase "0.90.0"
:description "A convenient Clojure interface to HBase."
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[org.apache.hadoop/hadoop-core "0.20.2-dev"]
[org.apache.hbase/hbase "0.90.0"]
[org.apache/zookeeper "3.3.2"]
[clj-time "0.2.0-SNAPSHOT"]
[clj-serializer "0.1.1"]
[clj-json "0.3.1"]
[log4j/log4j "1.2.15" :exclusions [javax.mail/mail
javax.jms/jms
com.sun.jdmk/jmxtools
com.sun.jmx/jmxri]]
[commons-logging/commons-logging "1.0.4"]]
:dev-dependencies [[swank-clojure/swank-clojure "1.3.0-SNAPSHOT"]]
:resources-path "./"
:repositories {"compass" "http://build.compasslabs.com/maven/content/groups/all"})
(ns leiningen.docs)
;(defn docs...)