On 12/01/2011, at 8:08 AM, helmut.denk wrote: > > hi meikel, > > thanks for the hint ... interestingly lein/maven > resolves clojure-1.2.0 for the dependencies above. > > i guess that this is because lein/maven is configured to > recognize the 'alpha' in revision-id and classify alpha-release as > different from release.
Maven uses a breadth-first conflict resolution strategy, so it's going to hit the dependency on 1.2.0 before it hits the dependency on [1.1.0,) -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz
