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:showcase-distribution-wars-cdi1.0:0.7.2.Final'
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>showcase-distribution-wars-cdi1.0</artifactId>
<version>0.7.2.Final</version>
</dependency>
<dependency org="org.uberfire" name="showcase-distribution-wars-cdi1.0" rev="0.7.2.Final"/>
"org.uberfire", "showcase-distribution-wars-cdi1.0", "0.7.2.Final"