aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-12-04 17:43:47 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-04 17:43:47 +0000
commit4a1a9c12392c825c750a53c8e1c71b73c9417344 (patch)
tree089389bddd33fc020a2638c2faf2f0eadae84e7e
parentacaa66a1628f4bd85c06cb8d5c4b94255490e0cc (diff)
parentcc6fce07bd6ec20623af757c1e031488d08134d8 (diff)
Merge "Restore WebApps" into casablanca
-rw-r--r--bpmn/mso-infrastructure-bpmn/pom.xml5
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>