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