> @@ -18,7 +18,7 @@ > (defproject blobstore-clojure "1.0-SNAPSHOT" > :description "create and list buckets" > :url > "https://github.com/jclouds/jclouds-examples/tree/master/blobstore-clojure" > - :dependencies [[org.clojure/clojure "1.3.0"] > - [org.clojure/tools.logging "0.2.3"] > - [org.clojure/core.incubator "0.1.0"] > - [org.jclouds/jclouds-allblobstore "1.6.0"]]) > + :dependencies [[org.clojure/clojure "1.6.0"]
If you have confidence that jclouds actually works with newer versions of Clojure then please commit this. I agree with your comparison to Java 7 and 8 but note that we added several compatibility fixes for them. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/53/files#r14045485
