diff options
author | Priyadharshini <priyadharshini.b96@wipro.com> | 2020-08-13 03:22:58 -0700 |
---|---|---|
committer | Priyadharshini <priyadharshini.b96@wipro.com> | 2020-08-13 03:24:22 -0700 |
commit | 6f16428912d2a1d9687255094bf9b26f9d12a785 (patch) | |
tree | e30582f5e03576af43ff545473fb8c5e7928f99e /bpmn/so-bpmn-infrastructure-common/pom.xml | |
parent | 1ad701732a7e89b8c40a0bd648cdcb7bf18e2ef5 (diff) |
Fix issue due to groovy-dateutil
Issue-ID: SO-3152
Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com>
Change-Id: If18a60c2288e9398c05936fe6bacd48844422c09
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-common/pom.xml')
-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> |