aboutsummaryrefslogtreecommitdiffstats
path: root/common/pom.xml
diff options
context:
space:
mode:
authorBhatt, Prema <prema.bhatt@att.com>2019-09-17 08:08:12 -0400
committerBenjamin, Max (mb388a) <mb388a@att.com>2019-09-19 10:29:51 -0400
commitae9a2bd01ae94f303d390fdb0673dba71b07fcb0 (patch)
tree34a630a3ed63e56e2c4c146b14af96b6242aeb90 /common/pom.xml
parent80d6f2f06e538dbb212f968514f0943bb7dd41ba (diff)
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) <mb388a@att.com> Change-Id: I617dfbcb07d6080598a3ef8138aad5c7008dcee2
Diffstat (limited to 'common/pom.xml')
-rw-r--r--common/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<artifactId>javatuples</artifactId>
<version>1.2</version>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-external-task-client</artifactId>
<version>1.1.1</version>