diff options
author | Michal Kabaj <michal.kabaj@nokia.com> | 2018-06-29 13:09:33 +0200 |
---|---|---|
committer | Michal Kabaj <michal.kabaj@nokia.com> | 2018-06-29 13:09:33 +0200 |
commit | 68e1a2736a8af537c2b2fcaf70fce0c20c16b019 (patch) | |
tree | 9bcbed966c8e6a930817a98ae22949f6b7533a00 /bpmn/MSOCommonBPMN/pom.xml | |
parent | 35c09da5fd1d9c1a128560b2b2e45ff58a06276b (diff) |
Fix build issue due to missing appc client libs
Changed versions from 1.3.0-SNAPSHOT to 1.3.0 for appc maven artifacts:
client-lib
client-kit
Change-Id: Ie4d98b400c7557655c74c3225b089c2ccc54b0cb
Issue-ID: SO-682
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
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 317413556c..1d255c4eb4 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -416,12 +416,12 @@ <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-lib</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </dependency> <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-kit</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </dependency> <dependency> <groupId>org.aspectj</groupId> |