1.

How Maven Handles And Determines What Version Of Dependency Will Be Used When Multiple Version Of An Artifact Are Encountered?

Answer»

Maven DETERMINES what version of a dependency is to be USED when multiple versions of an ARTIFACT are encountered. If TWO dependency versions are at the same DEPTH in the dependency tree, the first declared dependency will be used. This is called dependency mediation.

Maven determines what version of a dependency is to be used when multiple versions of an artifact are encountered. If two dependency versions are at the same depth in the dependency tree, the first declared dependency will be used. This is called dependency mediation.



Discussion

No Comment Found