Skip to content

Commit

Permalink
Update dependencies to a newer pallet/jclouds combination
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Faulhaber committed Apr 17, 2014
1 parent 881088d commit fc2fd69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project.clj
@@ -1,15 +1,15 @@
(defproject org.cloudhoist/pallet-hadoop "0.3.3"
:description "Pallet meets Hadoop."
:dev-resources-path "dev"
:repositories {"sonatype" "https://oss.sonatype.org/content/repositories/releases/"}
:repositories {"sonatype" "https://oss.sonatype.org/content/repositories/releases/"}
:dependencies [[org.clojure/clojure "1.4.0"]
[org.cloudhoist/pallet "0.7.2"]
[org.cloudhoist/pallet "0.7.5"]
[org.cloudhoist/hadoop "0.7.0"]
[org.cloudhoist/java "0.5.1"]
[org.cloudhoist/automated-admin-user "0.5.0"]]
:dev-dependencies [[org.jclouds/jclouds-all "1.4.2"]
[org.jclouds.driver/jclouds-jsch "1.4.2"]
[org.jclouds.driver/jclouds-slf4j "1.4.2"]
[org.cloudhoist/pallet-jclouds "1.4.2"]
:dev-dependencies [[org.apache.jclouds/jclouds-all "1.7.1"]
[org.apache.jclouds.driver/jclouds-jsch "1.7.1"]
[org.apache.jclouds.driver/jclouds-slf4j "1.7.1"]
[org.cloudhoist/pallet-jclouds "1.7.0"]
[ch.qos.logback/logback-classic "1.0.1"]
[ch.qos.logback/logback-core "1.0.1"]])

0 comments on commit fc2fd69

Please sign in to comment.