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