aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPriyadharshini <priyadharshini.b96@wipro.com>2020-08-13 03:22:58 -0700
committerPriyadharshini <priyadharshini.b96@wipro.com>2020-08-13 03:24:22 -0700
commit6f16428912d2a1d9687255094bf9b26f9d12a785 (patch)
treee30582f5e03576af43ff545473fb8c5e7928f99e
parent1ad701732a7e89b8c40a0bd648cdcb7bf18e2ef5 (diff)
Fix issue due to groovy-dateutil
Issue-ID: SO-3152 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: If18a60c2288e9398c05936fe6bacd48844422c09
-rw-r--r--bpmn/so-bpmn-infrastructure-common/pom.xml5
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>