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