Guest User

Untitled

a guest
Jun 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. (defproject mini-webapp "1.0.0-SNAPSHOT"
  2. :description "mini-webapp"
  3. :aot [mini-webapp.Servlet]
  4. :dependencies [[org.clojure/clojure "1.2.0"]
  5. [org.clojure/clojure-contrib "1.2.0"]
  6. [ring "0.2.6"]]
  7. :dev-dependencies [[uk.org.alienscience/leiningen-war "0.0.7"]
  8. [swank-clojure/swank-clojure "1.2.1"]
  9. [org.cloudhoist/pallet-lein "0.2.0-SNAPSHOT"]
  10. [org.cloudhoist/pallet "0.3.0-SNAPSHOT"]
  11. [org.jclouds/jclouds-all "1.0-SNAPSHOT"]
  12. [org.jclouds/jclouds-jsch "1.0-SNAPSHOT"]
  13. [org.jclouds/jclouds-log4j "1.0-SNAPSHOT"]
  14. [log4j/log4j "1.2.14"]]
  15. :pallet {:provider "ec2" :identity "i" :credential "c"})
Add Comment
Please, Sign In to add comment