dependencyManagement does not create dependencies like the dependencies section does. Rather what dependencyManagement does is specify the version and/or other configuration of actual dependencies specified in dependencies sections or transitive dependencies.
-Dave On Sun, Feb 22, 2015 at 12:17 PM, Dishant Anand < [email protected]> wrote: > Hi Team, > > Can somebody please explain me what is the difference between using a > dependency in dependency management and dependency in dependencies .? > We have one project where some dependencies in parent pom are defined > under the dependency management while other are defined under the > dependencies. > > Thanks for your answer in advance. > > Regards, > Dishant Anand > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
