Skip to content

Instantly share code, notes, and snippets.

@bmaddy
Created February 7, 2012 00:51
Show Gist options
  • Save bmaddy/1756276 to your computer and use it in GitHub Desktop.
Save bmaddy/1756276 to your computer and use it in GitHub Desktop.
(defproject prov "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[org.cloudhoist/pallet "0.6.7"]
[org.cloudhoist/pallet-crates-all "0.5.0"]
[org.jclouds/jclouds-all "1.0.0"]
; Logging stuff that makes things super slow
;[org.slf4j/slf4j-api "1.6.1"]
;[ch.qos.logback/logback-core "1.0.0"]
;[ch.qos.logback/logback-classic "1.0.0"]
;[org.jclouds.driver/jclouds-jsch "1.0.0"]
;[org.jclouds.driver/jclouds-slf4j "1.0.0"]
]
:repositories {"sonatype"
"http://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