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:6.0.0.Final'
<dependency> <groupId>org.jbpm.dashboard</groupId> <artifactId>jbpm-dashboard</artifactId> <version>6.0.0.Final</version> </dependency>
<dependency org="org.jbpm.dashboard" name="jbpm-dashboard" rev="6.0.0.Final"/>
"org.jbpm.dashboard", "jbpm-dashboard", "6.0.0.Final"