I've read a bunch of material on the "bom" pattern, but I still lack to see the benefit over using this vs just having a parent pom.xml file with a <dependencyManagement> section unless you plan on composing this from multiple bom files. However, in the case of dropwizard it looks like the project always imports only 1 bom file so couldn't all of these dependencies just be in the <dependencyManagement> section of the dropwizard parent pom file?
Maybe this was done with some intent behind it from other dropwizard consumers or something? Any dropwizard developers around who can answer?
Thanks,
Brent