-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.clj
21 lines (20 loc) · 1002 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(defproject prov "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:dependencies [
;[org.clojure/clojure "1.2.0"]
;[org.clojure/clojure-contrib "1.2.0"]
[org.cloudhoist/pallet "0.6.7"]
[org.cloudhoist/pallet-crates-all "0.5.0"]
[org.jclouds/jclouds-all "1.0.0"]
[org.cloudhoist/automated-admin-user "0.5.0"]
; Logging stuff that makes things super slow
;[org.slf4j/slf4j-api "1.6.1"]
;[ch.qos.logback/logback-core "1.0.0"]
;[ch.qos.logback/logback-classic "1.0.0"]
;[org.jclouds.driver/jclouds-jsch "1.0.0"]
;[org.jclouds.driver/jclouds-slf4j "1.0.0"]
]
:repositories {"sonatype"
"http://oss.sonatype.org/content/repositories/releases"
"sonatype-snapshots"
"http://oss.sonatype.org/content/repositories/snapshots"})