Created
October 29, 2013 10:49
-
-
Save AlBaker/7212416 to your computer and use it in GitHub Desktop.
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 quickstart "0.1.0-SNAPSHOT" | |
:description "FIXME Pallet project for quickstart" | |
:dependencies [[org.clojure/clojure "1.5.1"] | |
[com.palletops/pallet "0.8.0-RC.3"] | |
[com.palletops/pallet-vmfest "0.3.0-beta.2"] | |
[com.palletops/pallet-docker "0.1.0"] | |
[com.palletops/app-deploy-crate "0.8.0-alpha.3"] | |
[com.palletops/runit-crate "0.8.0-alpha.1"] | |
[com.palletops/docker-crate "0.8.0-alpha.1"] | |
[com.palletops/java-crate "0.8.0-beta.5"] | |
;; To get started we include all jclouds compute providers. | |
;; You may wish to replace this with the specific jclouds | |
;; providers you use, to reduce dependency sizes. | |
[ch.qos.logback/logback-classic "1.0.9"]] | |
:profiles {:dev | |
{:dependencies | |
[[com.palletops/pallet "0.8.0-RC.3" | |
:classifier "tests"]] | |
:plugins | |
[[com.palletops/pallet-lein "0.8.0-alpha.1"]]} | |
:leiningen/reply | |
{:dependencies [[org.slf4j/jcl-over-slf4j "1.7.2"]] | |
:exclusions [commons-logging]}} | |
:local-repo-classpath true | |
:repositories | |
{"sonatype" "https://oss.sonatype.org/content/repositories/releases/"}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment