boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 182 forks source link

use pomegranate for managed dependencies #526

Closed loomis closed 7 years ago

loomis commented 7 years ago

Allow boot users to specify a set of managed dependencies (under the :managed-dependencies key) as well as the existing :dependencies. Pomegranate uses the managed dependency information to complete any missing versions in the dependencies and may be used to influence the versions for transient dependencies. This feature is useful when trying to maintain a set of consistent dependency versions across a number of different projects.

Deraen commented 7 years ago

Looks simple enough.

Leiningen also supports this since 2.7.0.