diff options
author | Steve Smokowski <ss835w@att.com> | 2019-09-10 11:58:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-10 11:58:11 +0000 |
commit | 8d19ead3b24e7ee654bb467565ad7e6b94ddc671 (patch) | |
tree | 7659987fa1e4d3a3696a33999f13ef25e8bf62e2 /common/pom.xml | |
parent | d6d0a05998f981bfc48f71c713f5b1f9797bf56e (diff) | |
parent | ff4b57e3632507a7a8e4b740722663f02caacc2a (diff) |
Merge "Created external task utils in a common location"
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> |