diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-09-06 07:49:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-06 07:49:24 +0000 |
commit | 54788d599d58389d54557ec96cb50a127ffce173 (patch) | |
tree | 9f9c31431e749d8f3a45dbf1e8f05ce17abce670 /bpmn/so-bpmn-infrastructure-common/pom.xml | |
parent | e2c77490982e448fb94477cebc5b7d4b8110321d (diff) | |
parent | 68dbf00111b5a27329b1136fd7150d3bf39116c2 (diff) |
Merge "PNF PnP now always waits"
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-common/pom.xml')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-common/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-infrastructure-common/pom.xml b/bpmn/so-bpmn-infrastructure-common/pom.xml index 9bc9cc59a6..ad51b3f69e 100644 --- a/bpmn/so-bpmn-infrastructure-common/pom.xml +++ b/bpmn/so-bpmn-infrastructure-common/pom.xml @@ -317,5 +317,11 @@ <classifier>tests</classifier> <scope>test</scope> </dependency> + <dependency> + <groupId>org.camunda.bpm.springboot</groupId> + <artifactId>camunda-bpm-spring-boot-starter-test</artifactId> + <version>2.3.0</version> + <scope>test</scope> + </dependency> </dependencies> </project> |