diff options
author | Smokowski, Steve (ss835w) <ss835w@us.att.com> | 2018-08-06 15:02:15 -0400 |
---|---|---|
committer | Smokowski, Steve (ss835w) <ss835w@us.att.com> | 2018-08-06 15:03:36 -0400 |
commit | 555879f583fc23c41da1f65d7227ca4685f53a17 (patch) | |
tree | 246b365717eb2f78a774c4282fbc285ebb49df7c /bpmn/mso-infrastructure-bpmn | |
parent | d6f2d23cea31bef057154b1ad3ab147f4acd1223 (diff) |
Fix Invalid BPMN
Container was not starting as invalid bpmn was supplied. Modified to
allow for start up
Issue-ID: SO-804
Change-Id: I5572d2874daa5df984b5382d80f1e0b4668557fe
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Diffstat (limited to 'bpmn/mso-infrastructure-bpmn')
-rw-r--r-- | bpmn/mso-infrastructure-bpmn/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml index 17214e5e10..57bfb4ed30 100644 --- a/bpmn/mso-infrastructure-bpmn/pom.xml +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -179,7 +179,6 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> |