diff options
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml index 2553038e6b..1a4ffe13a8 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -191,7 +191,11 @@ <artifactId>javatuples</artifactId> <version>1.2</version> </dependency> - + <dependency> + <groupId>org.camunda.bpm</groupId> + <artifactId>camunda-external-task-client</artifactId> + <version>1.1.1</version> + </dependency> </dependencies> <dependencyManagement> <dependencies> |