What is dependency exclusion?
Answer / Sanjeev Kumar
Dependency Exclusion in Apache Maven allows you to exclude specific dependencies from being inherited by your project. This can be useful when you want to use a different version of a transitive dependency or if there are conflicts between dependencies.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the command to package maven project?
What is maven error “failure to transfer…”?
List out what are the aspects does Maven Manages?
Explain how you can produce execution debug output or error messages?
What are the elements in pom that a profile can freely modify when specified in the pom?
What are the advantages of maven?
What do you mean by maven repository and its types?
Difference between maven project and module?
What are its advantages of uber jar?
How to specify the sequence in which sub modules needs to be built?
What is the use of plugins in maven?
What is the use of snapshot in maven?