Skip to content

Instantly share code, notes, and snippets.

@jclouds
Created February 8, 2011 22:07
Show Gist options
  • Save jclouds/817381 to your computer and use it in GitHub Desktop.
Save jclouds/817381 to your computer and use it in GitHub Desktop.
(defproject webapp-nodes "0.4.0-SNAPSHOT"
:description "Webapp on tomcat"
:dependencies [[org.cloudhoist/pallet "0.4.0-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.jclouds/jclouds-all "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/swank-clojure "1.2.1"]
[org.cloudhoist/pallet-lein "0.2.0"]]
:repositories {"sonatype"
"https://oss.sonatype.org/content/repositories/releases"
"sonatype-snapshots"
"http://oss.sonatype.org/content/repositories/snapshots"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment