+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.

Related questions

0 votes
asked Jul 23, 2020 in Maven - Coalescing Pipeline by rajeshsharma
+2 votes
asked May 31, 2019 in NoSQL by aaravkhandelwal.2018
...