+1 vote
in Maven - Coalescing Pipeline by
How Maven handles and determines what version of dependency will be used when multiple versions of an artifact are found?

1 Answer

0 votes
by

If you find two dependency versions at the same depth in the dependency tree, then you use the first declared dependency. This is nothing but dependency mediation.

...