aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSmokowski, Steve (ss835w) <ss835w@us.att.com>2018-12-04 07:41:49 -0500
committerSmokowski, Steve (ss835w) <ss835w@us.att.com>2018-12-04 07:42:47 -0500
commitcc6fce07bd6ec20623af757c1e031488d08134d8 (patch)
treeaea670c96e74803b6301a595810edf40ae2bd588
parent54b09cb4c75825a2afcfd7020c8c8ab763b64742 (diff)
Restore WebApps
Put dependency back to run Camunda Web Apps Change-Id: I21a9ef1a44df114743d9981835dac2f8f83338f0 Issue-ID: SO-1266 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
-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>