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'
<dependency> <groupId>org.kie</groupId> <artifactId>kie-parent-with-dependencies</artifactId> <version>6.0.0.CR4</version> </dependency>
<dependency org="org.kie" name="kie-parent-with-dependencies" rev="6.0.0.CR4"/>
"org.kie", "kie-parent-with-dependencies", "6.0.0.CR4"