How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-bom-root</artifactId>
<version>7.21.0-alpha2</version>
</dependency>
Choose a version of org.camunda.bpm : camunda-bom-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.21.x |
camunda-bom-root-7.21.0-alpha2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-bom-root</artifactId>
<version>7.21.0-alpha2</version>
</dependency>
Advertisement