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