diff options
author | Steve Smokowski <ss835w@att.com> | 2019-05-23 13:41:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-23 13:41:44 +0000 |
commit | 16c6cc1e5cdaad24b92114ebf6c5396453194778 (patch) | |
tree | f1cec5cfe8a8afaa89176859f4498b18d20a080c /bpmn/MSOCommonBPMN/pom.xml | |
parent | 864ce56c3daff6a6a1f4b9ae1ebcb24c2aa87f2a (diff) | |
parent | 8ef2ec86175055aba4158f7ae571e259c7ddeddf (diff) |
Merge "exception handling" into dublin
Diffstat (limited to 'bpmn/MSOCommonBPMN/pom.xml')
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index 20be69c006..e233e6a7c6 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -311,7 +311,7 @@ <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-lib</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>${appc.client.version}</version> <exclusions> <exclusion> <groupId>org.mockito</groupId> @@ -330,7 +330,7 @@ <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-kit</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>${appc.client.version}</version> <exclusions> <exclusion> <groupId>org.mockito</groupId> |