-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathproject.clj
15 lines (15 loc) · 913 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(defproject com.twitter/maple "0.3.2-SNAPSHOT"
:source-paths ["src/clj"]
:java-source-paths ["src/jvm"]
:javac-options ["-target" "1.6" "-source" "1.6"]
:url "http://github.com/Cascading/maple"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:description "All the Cascading taps we have to offer."
:repositories {"conjars" "http://conjars.org/repo/"}
:profiles {:provided {:dependencies [[org.apache.hbase/hbase "0.94.5"
:exclusions [org.apache.hadoop/hadoop-core asm]]
[org.apache.hadoop/hadoop-core "0.20.2-dev"]
[cascading/cascading-hadoop "2.0.0"
:exclusions [org.codehaus.janino/janino
org.apache.hadoop/hadoop-core]]]}})