Skip to content

Instantly share code, notes, and snippets.

@jasonjckn
Created January 26, 2011 23:43
Show Gist options
  • Save jasonjckn/797763 to your computer and use it in GitHub Desktop.
Save jasonjckn/797763 to your computer and use it in GitHub Desktop.
(defproject testpal "1.0.0-SNAPSHOT"
:description "FIXME: write"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[org.jclouds/jclouds-blobstore "1.0-SNAPSHOT"]
[org.jclouds/jclouds-enterprise "1.0-SNAPSHOT"]
[org.jclouds/jclouds-aws "1.0-SNAPSHOT"]
[org.jclouds/jclouds-core "1.0-SNAPSHOT"]
[org.jclouds.driver/jclouds-jsch "1.0-SNAPSHOT"]
[org.jclouds.driver/jclouds-log4j "1.0-SNAPSHOT"]
[org.jclouds.provider/aws-ec2 "1.0-SNAPSHOT"]
[org.jclouds.provider/aws-s3 "1.0-SNAPSHOT"]
[org.cloudhoist/pallet "0.4.0-SNAPSHOT"
:exclusions [org.jclouds/jclouds-jsch
org.jclouds/jclouds-log4j]]
[org.cloudhoist/pallet-crates-all "0.4.0-SNAPSHOT"]
]
:dev-dependencies [[swank-clojure "1.2.1"]
[org.cloudhoist/pallet-lein "0.2.0"]]
:repositories { "jclouds-snapshot" "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