From ff4b57e3632507a7a8e4b740722663f02caacc2a Mon Sep 17 00:00:00 2001 From: "Boslet, Cory" Date: Sun, 8 Sep 2019 11:31:56 -0400 Subject: Created external task utils in a common location Created external task utils in a common location then refactored external task to use these common utils Updated junit errors and failures in openstack Removed env param and updated unit test with class Remove env file from parm in unit test class Match argu to match class abstract to con. removed implementation within anonymous class Issue-ID: SO-2291 Signed-off-by: Benjamin, Max (mb388a) Change-Id: I47c2850d750cbfe7ef67e2396fcb46db43e3cb97 --- common/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'common/pom.xml') 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 @@ javatuples 1.2 - + + org.camunda.bpm + camunda-external-task-client + 1.1.1 + -- cgit 1.2.3-korg