aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/pom.xml
diff options
context:
space:
mode:
authormukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com>2020-07-30 15:40:38 +0530
committermukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com>2020-07-30 15:40:38 +0530
commit0ac251b9e195871663f40d88c4b8ccd010d64966 (patch)
treedce3d9089b271b68cb2e427e7b23b7c194b7e80c /bpmn/pom.xml
parent852b16f2d60356becf222d2360ac85c977601b8c (diff)
Dynamic hot onboarding bpmn-infra
Issue-ID: SO-3104 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: If91d9141d9273f926145301a25a8dcec6ac5f8bf
Diffstat (limited to 'bpmn/pom.xml')
-rw-r--r--bpmn/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml
index 35adeec4c9..f489564302 100644
--- a/bpmn/pom.xml
+++ b/bpmn/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.onap.so</groupId>
<artifactId>so</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<artifactId>bpmn</artifactId>
@@ -42,6 +42,13 @@
<dependencyManagement>
<dependencies>
<dependency>
+ <groupId>org.camunda.bpm</groupId>
+ <artifactId>camunda-bom</artifactId>
+ <version>${camunda.version}</version>
+ <scope>import</scope>
+ <type>pom</type>
+ </dependency>
+ <dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>${saxon.version}</version>