-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.clj
More file actions
16 lines (16 loc) · 799 Bytes
/
project.clj
File metadata and controls
16 lines (16 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(defproject com.palletops/hadoop-crate "0.1.25-SNAPSHOT"
:description "Crate for hadoop installation"
:url "http://github.com/palletops/hadoop-crate"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/data.xml "0.0.6"]
[com.palletops/pallet "0.8.0"]
[com.palletops/net-rules-crate "0.8.0-alpha.9"
:exclusions [org.clojure/clojure]]
[com.palletops/java-crate "0.8.0-beta.6"]
[com.palletops/locos "0.1.3"]
[pathetic "0.5.1"]]
:test-selectors {:default (complement :live-test)
:live-test :live-test
:all (constantly true)})