diff options
author | Rob Daugherty <rd472p@att.com> | 2018-12-04 17:43:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-04 17:43:47 +0000 |
commit | 4a1a9c12392c825c750a53c8e1c71b73c9417344 (patch) | |
tree | 089389bddd33fc020a2638c2faf2f0eadae84e7e /bpmn | |
parent | acaa66a1628f4bd85c06cb8d5c4b94255490e0cc (diff) | |
parent | cc6fce07bd6ec20623af757c1e031488d08134d8 (diff) |
Merge "Restore WebApps" into casablanca
Diffstat (limited to 'bpmn')
-rw-r--r-- | bpmn/mso-infrastructure-bpmn/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml index 77e2fa27d3..e617cfed61 100644 --- a/bpmn/mso-infrastructure-bpmn/pom.xml +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -140,6 +140,11 @@ <version>2.3.0</version> </dependency> <dependency> + <groupId>org.camunda.bpm.springboot</groupId> + <artifactId>camunda-bpm-spring-boot-starter-webapp</artifactId> + <version>2.3.0</version> + </dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> |