From 68e1a2736a8af537c2b2fcaf70fce0c20c16b019 Mon Sep 17 00:00:00 2001 From: Michal Kabaj Date: Fri, 29 Jun 2018 13:09:33 +0200 Subject: [PATCH] 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 --- bpmn/MSOCommonBPMN/pom.xml | 4 ++-- common/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 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 @@ org.onap.appc.client client-lib - 1.3.0-SNAPSHOT + 1.3.0 org.onap.appc.client client-kit - 1.3.0-SNAPSHOT + 1.3.0 org.aspectj diff --git a/common/pom.xml b/common/pom.xml index aa3b09597a..86b9f36e50 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -123,12 +123,12 @@ org.onap.appc.client client-kit - 1.3.0-SNAPSHOT + 1.3.0 org.onap.appc.client client-lib - 1.3.0-SNAPSHOT + 1.3.0 org.springframework -- 2.16.6