- (defproject storm-deploy "0.0.1"
- :source-path "src/clj"
- :test-path "test/clj"
- :java-fork "true"
- :javac-debug "true"
- :dev-resources-path "test/resource"
- :aot :all
- ;; :main "backtype.storm.provision"
- :repositories {
- "sonatype" "https://oss.sonatype.org/content/repositories/releases"
- "jclouds-snapshot" "https://oss.sonatype.org/content/repositories/snapshots"
- :dependencies [
- [org.cloudhoist/pallet "0.4.0-parallel-SNAPSHOT"
- :exclusions [org.jclouds/jclouds-compute
- org.jclouds/jclouds-blobstore
- org.jclouds/jclouds-scriptbuilder
- org.jclouds/jclouds-aws
- org.jclouds/jclouds-bluelock
- org.jclouds/jclouds-gogrid
- org.jclouds/jclouds-rackspace
- org.jclouds/jclouds-rimuhosting
- org.jclouds/jclouds-slicehost
- org.jclouds/jclouds-terremark
- org.jclouds/jclouds-jsch
- org.jclouds/jclouds-log4j
- org.jclouds/jclouds-enterprise]]
- ;;[org.cloudhoist/pallet-crates-all "0.4.0-SNAPSHOT"]
- [org.cloudhoist/zookeeper "0.4.0-SNAPSHOT"]
- [org.cloudhoist/java "0.4.0-SNAPSHOT"]
- [org.cloudhoist/maven "0.4.0-SNAPSHOT"]
- [org.cloudhoist/git "0.4.0-SNAPSHOT"]
- [org.cloudhoist/iptables "0.4.0-SNAPSHOT"]
- [org.cloudhoist/ssh-key "0.4.0-SNAPSHOT"]
- [org.cloudhoist/automated-admin-user "0.4.0-SNAPSHOT"]
- [org.jclouds.provider/aws-ec2 "1.0-beta-9"]
- [org.jclouds.provider/aws-s3 "1.0-beta-9"]
- [org.jclouds.driver/jclouds-jsch "1.0-beta-9"]
- [org.jclouds.driver/jclouds-log4j "1.0-beta-9"]
- [org.jclouds.driver/jclouds-enterprise "1.0-beta-9"]
- [com.jcraft/jsch "0.1.42"]
- [log4j/log4j "1.2.14"]]
- :dev-dependencies [[swank-clojure "1.2.1"]
- [org.cloudhoist/pallet-lein "0.2.0"]])