forked from bguthrie/crane
-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.clj
21 lines (21 loc) · 1.17 KB
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(defproject crane "1.0-SNAPSHOT"
:description "heavy lifting for ec2"
:dependencies [[org.clojure/clojure "1.1.0"]
[org.clojure/clojure-contrib "1.1.0"]
[net.java.dev.jets3t/jets3t "0.7.1"]
[com.google.code.typica/typica "1.5.2a"]
[org.jclouds/jclouds-blobstore "1.0-SNAPSHOT"]
[org.jclouds/jclouds-compute "1.0-SNAPSHOT"]
[org.jclouds/jclouds-azure "1.0-SNAPSHOT"]
[org.jclouds/jclouds-atmos "1.0-SNAPSHOT"]
[org.jclouds/jclouds-aws "1.0-SNAPSHOT"]
[org.jclouds/jclouds-rackspace "1.0-SNAPSHOT"]
[org.jclouds/jclouds-terremark "1.0-SNAPSHOT"]
[org.jclouds/jclouds-hostingdotcom "1.0-SNAPSHOT"]
[org.jclouds/jclouds-rimuhosting "1.0-SNAPSHOT"]
[com.jcraft/jsch "0.1.42"]
[jline "0.9.94"]
[remote-repl "0.0.1-SNAPSHOT"]]
:dev-dependencies [[org.clojure/swank-clojure "1.0"]]
:repositories [["jclouds" "http://jclouds.googlecode.com/svn/repo"]
["jclouds-snapshot" "http://jclouds.rimuhosting.com/maven2/snapshots"]])