Skip to content

Instantly share code, notes, and snippets.

@tbatchelli
Created August 18, 2011 04:36
Show Gist options
  • Save tbatchelli/1153299 to your computer and use it in GitHub Desktop.
Save tbatchelli/1153299 to your computer and use it in GitHub Desktop.
updated basic project
(defproject basic "0.4.0"
:description "Basic Pallet Usage"
:dependencies [[org.cloudhoist/pallet "0.6.2"]
[org.cloudhoist/pallet-crates-standalone "0.5.0"]
[org.jclouds/jclouds-allcompute "1.1.1"]
[log4j/log4j "1.2.14"]]
:dev-dependencies [[swank-clojure/swank-clojure "1.2.1"] ; swank
[vmfest "0.2.2"] ; virtualbox
[org.cloudhoist/pallet-lein "0.4.1"] ; lein
[cake-pallet "0.4.0"]] ; cake
:repositories
{"sonatype" "http://oss.sonatype.org/content/repositories/releases"}
:tasks [cake-pallet.tasks])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment