Skip to content

Instantly share code, notes, and snippets.

@mattiasholmqvist
Created November 23, 2010 20:50
Show Gist options
  • Select an option

  • Save mattiasholmqvist/712497 to your computer and use it in GitHub Desktop.

Select an option

Save mattiasholmqvist/712497 to your computer and use it in GitHub Desktop.
project.clj
(defproject webapp-haproxy-nodes "0.3.0"
:description "Webapp with haproxy load balancer"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[org.cloudhoist/pallet "0.4.0-SNAPSHOT"]
[org.cloudhoist/pallet-crates-all "0.4.0-SNAPSHOT"]
[org.jclouds/jclouds-all "1.0-SNAPSHOT"]
[org.jclouds/jclouds-core "1.0-SNAPSHOT"]
[org.jclouds/jclouds-compute "1.0-SNAPSHOT"]
[org.jclouds/jclouds-enterprise "1.0-SNAPSHOT"]
[org.jclouds/jclouds-joda "1.0-SNAPSHOT"]
[org.jclouds/jclouds-jsch "1.0-SNAPSHOT"]
[org.jclouds/jclouds-log4j "1.0-SNAPSHOT"]
[org.jclouds/jclouds-aws "1.0-SNAPSHOT"]
[org.jclouds/jclouds-blobstore "1.0-SNAPSHOT"]
[org.jclouds/jclouds-bouncycastle "1.0-SNAPSHOT"]
[org.jclouds/jclouds-scriptbuilder "1.0-SNAPSHOT"] [log4j/log4j "1.2.14"]]
:dev-dependencies [[swank-clojure/swank-clojure "1.2.1"]
[org.cloudhoist/pallet-lein "0.2.0"]]
:repositories {"sonatype" "https://oss.sonatype.org/content/repositories/releases/"
"sonatype-snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment