sbt/core
Alexandre Archambault 5146be5c39
Major / important fix in dependency management handling
Version and scope from dependency management now override the ones from
the dependencies no matter what.

For spark 1.3 (a bit old now, but unit tested in CentralTests), this
makes spark-core depend on hadoop 1.x by default (because of dependency
management), instead of hadoop 2.2 whose versions appear in the dependency
sections of it (but are now overridden by those in dependency management).
Enabling the hadoop-2.2 profile reestablishes the former hadoop 2.2
versions.

This commit breaks the spark related test in CentralTests, repaired by
the next two commits.
2016-07-03 16:34:09 +02:00
..
js/src/main/scala/coursier/core/compatibility Add support for Ivy version ranges 2016-05-30 00:40:41 +02:00
jvm/src/main/scala/coursier Add support for Ivy version ranges 2016-05-30 00:40:41 +02:00
shared/src/main/scala/coursier Major / important fix in dependency management handling 2016-07-03 16:34:09 +02:00