Computer Science, asked by mimogoswami3518, 1 year ago

Difference between dependencymanagement and dependencies in pom.xml

Answers

Answered by Nirvaiesingh
0
Difference between Dependencymanagement and dependencies
In the parent POM, the main difference between the <dependencies> and <dependencyManagement> is this: Artifacts specified in the <dependencies> section will ALWAYS be included as a dependency of the child module(s). ... When dependencies is used without it, the unfound dependencies are noticed in the pom file.
Similar questions