diff options
author | eeginux <henry.xie@est.tech> | 2019-05-23 10:51:36 +0100 |
---|---|---|
committer | eeginux <henry.xie@est.tech> | 2019-05-23 12:22:54 +0100 |
commit | 8ef2ec86175055aba4158f7ae571e259c7ddeddf (patch) | |
tree | 75c0d00865e33c2d231181d03924d59221d8dd71 /bpmn/pom.xml | |
parent | b533bd8b7626e28ee708734065b4462ae368f121 (diff) |
exception handling
Update the appc client jar version
Throw exception for non success cds call
Fix CreateVcpeResCustServiceSimplifiedTest IT
Issue-ID: SO-1857 SO-1779
Change-Id: Ifee080600051c92fd964a92d16efb67e4ab05d5d
Signed-off-by: eeginux <henry.xie@est.tech>
Diffstat (limited to 'bpmn/pom.xml')
-rw-r--r-- | bpmn/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml index c4aad4ba69..fd070bb81b 100644 --- a/bpmn/pom.xml +++ b/bpmn/pom.xml @@ -25,6 +25,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <sdnc.northbound.version>1.5.1</sdnc.northbound.version> + <appc.client.version>1.6.0-SNAPSHOT</appc.client.version> </properties> <modules> |