Maven advantages
What's the advantage of using Maven's dependency management in the parent pom.xml ?
What's the advantage of using Maven's dependency management in the parent pom.xml ?
The dependency management section is a mechanism for centralizing dependency information. When you have a set of projects that inherit a common parent it's possible to put all information about the dependency in the common POM and have simpler references to the artifacts in the child POMs.
Source:- Maven – Introduction to the Dependency Mechanism
~kautuk
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.