Explain how you can exclude dependency?
Answer / Omkar
"You can exclude a dependency by using the "exclusions" element within the dependency section of your POM file. For example: "<dependency>... <exclusions><exclusion><groupId>...</groupId><artifactId>...</artifactId></exclusion></exclusions>"
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you activate profiles?
What is a cyclic dependency?
What are the different phases of a maven build lifecycle?
What is a mojo?
How can we see dependencies for the project and where exactly they are defined?
What is maven project?
What is a project's fully qualified artifact name?
List out what are the build phases in Maven?
How do you run junit tests in parallel in a maven build?
What means snapshot in maven?
How to add local jar files to a maven project?
What are the different types of profile in maven?