aboutsummaryrefslogtreecommitdiffstats
path: root/common/pom.xml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2019-09-10 11:58:11 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-10 11:58:11 +0000
commit8d19ead3b24e7ee654bb467565ad7e6b94ddc671 (patch)
tree7659987fa1e4d3a3696a33999f13ef25e8bf62e2 /common/pom.xml
parentd6d0a05998f981bfc48f71c713f5b1f9797bf56e (diff)
parentff4b57e3632507a7a8e4b740722663f02caacc2a (diff)
Merge "Created external task utils in a common location"
Diffstat (limited to 'common/pom.xml')
-rw-r--r--common/pom.xml6
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>