Fix issue due to groovy-dateutil 29/111229/1
authorPriyadharshini <priyadharshini.b96@wipro.com>
Thu, 13 Aug 2020 10:22:58 +0000 (03:22 -0700)
committerPriyadharshini <priyadharshini.b96@wipro.com>
Thu, 13 Aug 2020 10:24:22 +0000 (03:24 -0700)
Issue-ID: SO-3152
Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com>
Change-Id: If18a60c2288e9398c05936fe6bacd48844422c09

bpmn/so-bpmn-infrastructure-common/pom.xml

index 28e3ffe..5dad9b8 100644 (file)
       <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>