What is a transitive dependency? Can we override transitive dependency version and if yes, how?
Answer / Nagender Choudhary
"A transitive dependency is a dependency that a project depends on indirectly through one or more of its declared dependencies. To override the version of a transitive dependency, you can specify the exact version in your pom.xml file using the <dependencyManagement> section."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the command to check the maven version?
What are the benefit of storing jars/external dependencies in the local repository instead of a remote one?
What is a snapshot maven?
How does maven looks for a dependency or resource?
What are the different phases of a maven build lifecycle?
What do you mean by maven repository and its types?
How you can exclude dependency?
What is the use of the execution element in pom file?
What are some problems which we face while the development of a project when maven is not used?
What is maven's order of inheritance?
Explain what is maven? How does it work?
Mention the three build lifecycle of Maven?