The parent with dependencies declares all dependency versions in dependencyManagement. All modules extend this parent, except for the boms (which are used here).
'org.uberfire:uberfire-nio2-impls:0.5.2.Final'
<dependency> <groupId>org.uberfire</groupId> <artifactId>uberfire-nio2-impls</artifactId> <version>0.5.2.Final</version> </dependency>
<dependency org="org.uberfire" name="uberfire-nio2-impls" rev="0.5.2.Final"/>
"org.uberfire", "uberfire-nio2-impls", "0.5.2.Final"