aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-flows/pom.xml
diff options
context:
space:
mode:
authorMD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>2021-06-17 14:08:57 +0530
committerMD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>2021-06-17 14:11:09 +0530
commit77b03b51cd278eb7a972df467ffd0308cf810220 (patch)
treea4319e4eaa5dd15f5e2f6d56278bf72685d4560c /bpmn/so-bpmn-infrastructure-flows/pom.xml
parente7dc04d315cacbe219c9044dbfd4b3ccd078621f (diff)
Merging dynamic_BPMN code to Custom_Workflow branch
Issue-ID: SO-3674 Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> Change-Id: I565ef9e4efa1955739d3963fa2d28a4f875ff7c5
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-flows/pom.xml')
-rw-r--r--bpmn/so-bpmn-infrastructure-flows/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-infrastructure-flows/pom.xml b/bpmn/so-bpmn-infrastructure-flows/pom.xml
index 0602522c67..6ba7f5bc5b 100644
--- a/bpmn/so-bpmn-infrastructure-flows/pom.xml
+++ b/bpmn/so-bpmn-infrastructure-flows/pom.xml
@@ -139,11 +139,13 @@
<dependency>
<groupId>org.camunda.bpm.springboot</groupId>
<artifactId>camunda-bpm-spring-boot-starter</artifactId>
+ <version>${camunda.springboot.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.camunda.bpm.springboot</groupId>
<artifactId>camunda-bpm-spring-boot-starter-webapp</artifactId>
+ <version>${camunda.springboot.version}</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -235,6 +237,7 @@
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-engine-plugin-spin</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.camunda.bpm</groupId>
@@ -263,6 +266,11 @@
</dependency>
<dependency>
<groupId>io.grpc</groupId>
+ <artifactId>grpc-core</artifactId>
+ <version>${grpc.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.grpc</groupId>
<artifactId>grpc-testing</artifactId>
<version>${grpc.version}</version>
<scope>test</scope>