I would like to know the difference between Parent and BOM in pom. It looks like both solves the same problem where you do not want to include version in each individual project, but maintain it in a central (parent / BOM) maven.
Can anyone help me understand? Thank you.