diff options
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> |