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