Hi folks, When you use the dependencyManagement section in a parent POM, its purpose is to allow for children to optionally specify those entries dependencies, without a version number. It is a convenience.
When you specify them, though, are you making those entries serve as dependencies for the POM in which they are defined? My understanding is YES, because if you were to enter them in the dependencies section, they they would automatically be dependencies in the child POM, too. Best wishes, Grant --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
