What does dependency management mean with respect to transitive dependency?
Answer / Amit Trivedi
In Apache Maven, Dependency Management refers to the centralized configuration of dependencies and their versions. This includes managing Transitive Dependencies, i.e., dependencies that are required by your direct dependencies but not explicitly declared. When you declare a dependency with its version in the pom.xml file, it also manages any transitive dependencies that this dependency requires.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention the phases of cleaning lifecycle.
Mention how profiles are specified in Maven?
What means snapshot in maven?
What is a snapshot maven?
What are the three build life cycles of maven? Mention them.
What is the use of the exclusion element?
How do you resolve maven dependencies issue while upgrading dependencies versions?
Write the steps for installing maven on windows.
How would you see the version of maven?
What is a local repository?
What is an uber jar?
What is a transitive dependency in maven?