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