Declares all dependency versions in dependencyManagement. All modules extend this parent, except for the boms (which are used here).
'org.uberfire:uberfire-apps:0.7.2.Final'
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-apps</artifactId>
<version>0.7.2.Final</version>
</dependency>
<dependency org="org.uberfire" name="uberfire-apps" rev="0.7.2.Final"/>
"org.uberfire", "uberfire-apps", "0.7.2.Final"