Oh cool, Christophe has finally removed the version range! Yay! I'll have to upgrade Enlive at work... that's been driving me nuts for a while :)
Version ranges: just say no! :) Sean On Tue, Feb 19, 2013 at 10:14 PM, Nelson Morris <nmor...@nelsonmorris.net> wrote: > While [enlive "1.1.0"] does have the range removed, it looks like > [enlive "1.1.1"] is the latest. > > On Wed, Feb 20, 2013 at 12:13 AM, Nelson Morris > <nmor...@nelsonmorris.net> wrote: >> The dependency with the version range is [enlive "1.0.1"]. You can >> either add an exclusion, or update to [enlive "1.1.0"] which does not >> have a version range. https://github.com/cgrand/enlive/issues/37. >> >> There are some changes that need to happen to pomegranate and then >> I'll make a better way to debug this. Tracking at >> https://github.com/technomancy/leiningen/issues/734, planned for 2.1. >> >> On Tue, Feb 19, 2013 at 12:59 PM, larry google groups >> <lawrencecloj...@gmail.com> wrote: >>> >>> >>> On Feb 19, 12:25 pm, Phil Hagelberg <p...@hagelb.org> wrote: >>>> larry google groups writes: >>>> > Thanks for the suggestion. I run "lein deps :tree" but I do not see >>>> > Clojure 1.5 listed as a dependency anywhere. But if I run: >>>> >>>> Some unfortunate dependency is declaring a version range dependency on >>>> Clojure. If you can figure out which one it is, you should report it as >>>> a bug in that library, because there is no good reason to do that. >>> >>> If I do this: >>> >>> lein deps :tree >>> >>> >>> I get: >>> >>> >>> [clj-time "0.4.4"] >>> [joda-time "2.1"] >>> [clj-yaml "0.4.0"] >>> [org.yaml/snakeyaml "1.5"] >>> [com.cemerick/friend "0.1.3"] >>> [com.google.inject/guice "2.0"] >>> [aopalliance "1.0"] >>> [commons-codec "1.6"] >>> [net.sourceforge.nekohtml/nekohtml "1.9.10"] >>> [xerces/xercesImpl "2.8.1"] >>> [xml-apis "1.3.03"] >>> [org.apache.httpcomponents/httpclient "4.2.1"] >>> [org.apache.httpcomponents/httpcore "4.2.1"] >>> [org.clojure/core.cache "0.6.2"] >>> [org.mindrot/jbcrypt "0.3m"] >>> [org.openid4java/openid4java-nodeps "0.9.6" :exclusions >>> [[com.google.code.guice/guice]]] >>> [commons-logging "1.1.1"] >>> [net.jcip/jcip-annotations "1.0"] >>> [robert/hooke "1.1.2"] >>> [slingshot "0.10.2"] >>> [com.draines/postal "1.9.1"] >>> [com.novemberain/monger "1.4.2"] >>> [clojurewerkz/support "0.10.0"] >>> [com.google.guava/guava "12.0"] >>> [com.google.code.findbugs/jsr305 "1.3.9"] >>> [com.novemberain/validateur "1.2.0"] >>> [org.mongodb/mongo-java-driver "2.10.1"] >>> [ragtime/ragtime.core "0.3.0"] >>> [org.clojure/tools.cli "0.2.2"] >>> [com.taoensso/timbre "1.2.0"] >>> [clj-stacktrace "0.2.5"] >>> [compojure "1.1.5"] >>> [clout "1.0.1"] >>> [org.clojure/core.incubator "0.1.0"] >>> [org.clojure/tools.macro "0.1.0"] >>> [enlive "1.0.1"] >>> [org.ccil.cowan.tagsoup/tagsoup "1.2"] >>> [friend-oauth2 "0.0.2" :exclusions [[com.cemerick/friend]]] >>> [cheshire "4.0.2"] >>> [com.fasterxml.jackson.core/jackson-core "2.0.5"] >>> [com.fasterxml.jackson.dataformat/jackson-dataformat-smile >>> "2.0.5"] >>> [clj-http "0.5.3"] >>> [org.apache.httpcomponents/httpmime "4.2.1"] >>> [fs "1.3.2"] >>> [org.apache.commons/commons-compress "1.3"] >>> [kerodon "0.0.7"] >>> [peridot "0.0.6"] >>> [org.clojure/data.codec "0.1.0"] >>> [ring-mock "0.1.3"] >>> [mysql/mysql-connector-java "5.1.6"] >>> [org.apache.commons/commons-email "1.3"] >>> [javax.activation/activation "1.1.1"] >>> [javax.mail/mail "1.4.5"] >>> [org.clojure/clojure "1.4.0"] >>> [org.clojure/data.json "0.2.0"] >>> [org.clojure/data.xml "0.0.6"] >>> [org.clojure/java.jdbc "0.2.3"] >>> [ring/ring-jetty-adapter "1.1.5"] >>> [org.eclipse.jetty/jetty-server "7.6.1.v20120215"] >>> [org.eclipse.jetty.orbit/javax.servlet "2.5.0.v201103041518"] >>> [org.eclipse.jetty/jetty-continuation "7.6.1.v20120215"] >>> [org.eclipse.jetty/jetty-http "7.6.1.v20120215"] >>> [org.eclipse.jetty/jetty-io "7.6.1.v20120215"] >>> [org.eclipse.jetty/jetty-util "7.6.1.v20120215"] >>> [ring "1.1.5"] >>> [ring/ring-core "1.1.5"] >>> [commons-fileupload "1.2.1"] >>> [commons-io "2.1"] >>> [javax.servlet/servlet-api "2.5"] >>> [ring/ring-devel "1.1.5"] >>> [hiccup "1.0.0"] >>> [ns-tracker "0.1.2"] >>> [org.clojure/java.classpath "0.2.0"] >>> [org.clojure/tools.namespace "0.1.3"] >>> [ring/ring-servlet "1.1.5"] >>> >>> >>> I do not see the dependency that is causing the problem. >>> >>> -- >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To post to this group, send email to clojure@googlegroups.com >>> Note that posts from new members are moderated - please be patient with >>> your first post. >>> To unsubscribe from this group, send email to >>> clojure+unsubscr...@googlegroups.com >>> For more options, visit this group at >>> http://groups.google.com/group/clojure?hl=en >>> --- >>> You received this message because you are subscribed to the Google Groups >>> "Clojure" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to clojure+unsubscr...@googlegroups.com. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ World Singles, LLC. -- http://worldsingles.com/ "Perfection is the enemy of the good." -- Gustave Flaubert, French realist novelist (1821-1880) -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.