diff options
author | Elena Kuleshov <evn@att.com> | 2019-05-22 21:11:42 -0400 |
---|---|---|
committer | Elena Kuleshov <evn@att.com> | 2019-05-22 22:06:07 -0400 |
commit | b87ccbbf96a0eac4261f5a2d51c03e18b4243ddb (patch) | |
tree | a1690db3b5e0394f8aae3f018c59c8022e1a3e0d /bpmn/mso-infrastructure-bpmn/pom.xml | |
parent | 16c6cc1e5cdaad24b92114ebf6c5396453194778 (diff) |
Handle case of null requestInfo
Handle case of null requestInfo
Issue-ID: SO-1918
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: Ie8a0dd9e27734d96442eceaa378e5d1e64667b06
Diffstat (limited to 'bpmn/mso-infrastructure-bpmn/pom.xml')
-rw-r--r-- | bpmn/mso-infrastructure-bpmn/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml index 4dd7a467ea..e9ed15aa0f 100644 --- a/bpmn/mso-infrastructure-bpmn/pom.xml +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -152,12 +152,12 @@ <groupId>org.camunda.bpm.springboot</groupId> <artifactId>camunda-bpm-spring-boot-starter-rest</artifactId> <version>${camunda.springboot.version}</version> - <exclusions> - <exclusion> - <groupId>org.camunda.bpmn</groupId> - <artifactId>camunda-engine-rest-core</artifactId> - </exclusion> - </exclusions> + <exclusions> + <exclusion> + <groupId>org.camunda.bpmn</groupId> + <artifactId>camunda-engine-rest-core</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.camunda.bpm.springboot</groupId> |