forked from Cascading/maple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
15 lines (15 loc) · 886 Bytes
/
project.clj
File metadata and controls
15 lines (15 loc) · 886 Bytes
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"]
: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]]]}
:dev {:dependencies [[org.apache.hadoop/hadoop-core "0.20.2-dev"]
[asm "3.2"]
[cascading/cascading-hadoop "2.0.0"
:exclusions [org.codehaus.janino/janino
org.apache.hadoop/hadoop-core]]]}})