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