Created
October 13, 2011 05:40
-
-
Save mattiasholmqvist/1283484 to your computer and use it in GitHub Desktop.
Example pallet project for ec2. Working for eu-locations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defproject example "1.0.0-SNAPSHOT" | |
| :description "Example" | |
| :dependencies [[org.cloudhoist/pallet "0.6.5-SNAPSHOT" :exclusions | |
| [org.jclouds/jclouds-core | |
| org.jclouds/jclouds-compute | |
| org.jclouds/jclouds-blobstore | |
| org.jclouds.drivers/jclouds-log4j]] | |
| [org.cloudhoist/pallet-crates-all "0.5.0"] | |
| [org.jclouds.provider/aws-ec2 "1.1.1"] | |
| [org.jclouds.provider/aws-s3 "1.1.1"] | |
| [org.jclouds/jclouds-core "1.1.1"] | |
| [org.jclouds/jclouds-compute "1.1.1"] | |
| [org.jclouds/jclouds-blobstore "1.1.1"] | |
| [org.jclouds.driver/jclouds-log4j "1.1.1"] | |
| [log4j/log4j "1.2.14"]] | |
| :dev-dependencies [[org.cloudhoist/pallet-lein "0.4.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