January 2018
Intermediate to advanced
414 pages
10h 29m
English
Under the parent tag, we can see a reference to a parent Maven project. This project contains references to the different sprint components, and third-party libraries as well, through a Bill Of Materials (BOM) file.
A BOM file indicates the versions that have been certified for a particular project but does not include them. This is a way to indicate what known versions this project works with. We will include the dependencies required as part of the POM project and it will use the versions provided by the BOM by default, so we can omit which versions to choose, however, we could specify different versions if we like to.
Read now
Unlock full access