From 0ac251b9e195871663f40d88c4b8ccd010d64966 Mon Sep 17 00:00:00 2001 From: "mukesh.paliwal1@huawei.com" Date: Thu, 30 Jul 2020 15:40:38 +0530 Subject: Dynamic hot onboarding bpmn-infra Issue-ID: SO-3104 Signed-off-by: mukesh.paliwal1@huawei.com Change-Id: If91d9141d9273f926145301a25a8dcec6ac5f8bf --- bpmn/mso-infrastructure-bpmn/pom.xml | 65 +++++++++++++++++++++--------------- 1 file changed, 38 insertions(+), 27 deletions(-) (limited to 'bpmn/mso-infrastructure-bpmn/pom.xml') diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml index 0df49c103a..10a7e1859b 100644 --- a/bpmn/mso-infrastructure-bpmn/pom.xml +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -3,11 +3,11 @@ org.onap.so bpmn - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 mso-infrastructure-bpmn - jar + war @@ -48,8 +48,17 @@ unpack - true + + + org.onap.so + so-bpmn-tasks + ${project.version} + jar + false + ${project.build.outputDirectory} + **/* + org.onap.so MSOCommonBPMN @@ -171,6 +180,12 @@ + + maven-war-plugin + + false + + @@ -205,30 +220,9 @@ - org.camunda.bpm.springboot - camunda-bpm-spring-boot-starter-rest - ${camunda.springboot.version} - - - org.camunda.bpmn - camunda-engine-rest-core - - - commons-fileupload - commons-fileupload - - - - - org.camunda.bpm.springboot - camunda-bpm-spring-boot-starter-webapp - ${camunda.springboot.version} - - - org.camunda.bpmn - camunda-engine-rest-core - - + org.springframework.boot + spring-boot-starter-tomcat + provided org.springframework.boot @@ -245,6 +239,23 @@ true + + org.camunda.bpm + camunda-engine + 7.8.0 + provided + + + org.camunda.spin + camunda-spin-core + 1.0.0 + provided + + + org.camunda.bpm + camunda-engine-spring + 7.1.0-alpha2 + org.springframework.boot spring-boot-starter-jdbc -- cgit 1.2.3-korg