diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2020-08-13 12:28:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-13 12:28:56 +0000 |
commit | cdac03d1dbe725c29326dbae9427d4d0686e8c8a (patch) | |
tree | dba1e4405b3319e80797fe96e48c18693b28af7e /bpmn | |
parent | cf828b719f8124ef388ed1f72b5b80ea91728657 (diff) | |
parent | 6f16428912d2a1d9687255094bf9b26f9d12a785 (diff) |
Merge "Fix issue due to groovy-dateutil"
Diffstat (limited to 'bpmn')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-common/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-infrastructure-common/pom.xml b/bpmn/so-bpmn-infrastructure-common/pom.xml index 28e3ffe8c3..5dad9b8687 100644 --- a/bpmn/so-bpmn-infrastructure-common/pom.xml +++ b/bpmn/so-bpmn-infrastructure-common/pom.xml @@ -289,5 +289,10 @@ <groupId>org.camunda.bpm.extension.mockito</groupId> <artifactId>camunda-bpm-mockito</artifactId> </dependency> + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-dateutil</artifactId> + <version>2.5.8</version> + </dependency> </dependencies> </project> |