From ae9a2bd01ae94f303d390fdb0673dba71b07fcb0 Mon Sep 17 00:00:00 2001 From: "Bhatt, Prema" Date: Tue, 17 Sep 2019 08:08:12 -0400 Subject: Exception string in checkRelationshipRelatedTo Exception string in checkRelationshipRelatedTo not being returned properly. Added a new exception - UnassignNetworkException. Added a new unit test to test the exception case as per review comment. Updated UnassignNetworkBBTest.java file to fix the formatting errors. Updated unit test , removed setVariable, it wasn't needed to do as it was performed in the actual method call. Updated pom.xmp file to fix the formatting errors. Updated pom.xml file to fix the formatting errors. Issue-ID: SO-2346 Signed-off-by: Benjamin, Max (mb388a) Change-Id: I617dfbcb07d6080598a3ef8138aad5c7008dcee2 --- common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/pom.xml') diff --git a/common/pom.xml b/common/pom.xml index 9e4382621a..1f7f044fc8 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -186,7 +186,7 @@ javatuples 1.2 - + org.camunda.bpm camunda-external-task-client 1.1.1 -- cgit 1.2.3-korg