From a2f171d1fa87c9a54356f4992c1a23611caa8ae8 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Fri, 4 Jan 2019 09:29:30 -0500 Subject: Changes for Fluorine Updated ccsdk/features to run in OpenDaylight Fluorine release. Change-Id: I62d13d52ea4a19fb0e0bb329eda9fc350013a051 Issue-ID: CCSDK-870 Signed-off-by: Timoney, Dan (dt5972) --- .../adaptors/data-adaptor-provider/pom.xml | 19 ++++++++++++++----- blueprints-processor/adaptors/pom.xml | 4 ++-- .../adaptors/rest-adaptor-provider/pom.xml | 4 ++-- 3 files changed, 18 insertions(+), 9 deletions(-) (limited to 'blueprints-processor/adaptors') diff --git a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml index 18996327a..3b7755326 100644 --- a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml @@ -13,33 +13,42 @@ org.onap.ccsdk.parent binding-parent - 1.2.0 + 1.2.1-SNAPSHOT org.onap.ccsdk.features - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT blueprints-data-adaptor-provider bundle Blueprints Data Adaptor - Provider http://maven.apache.org + + + + + org.onap.ccsdk.sli.core + sli-core-artifacts + ${ccsdk.sli.core.version} + pom + import + + + org.apache.commons commons-lang3 - ${commons.lang3.version} org.onap.ccsdk.sli.core sli-provider - ${project.version} compile commons-io commons-io - 2.5 org.mariadb.jdbc diff --git a/blueprints-processor/adaptors/pom.xml b/blueprints-processor/adaptors/pom.xml index 9d5ddc4d1..8eed36d62 100644 --- a/blueprints-processor/adaptors/pom.xml +++ b/blueprints-processor/adaptors/pom.xml @@ -20,12 +20,12 @@ org.onap.ccsdk.parent odlparent-lite - 1.2.0 + 1.2.1-SNAPSHOT org.onap.ccsdk.features - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT 4.0.0 pom blueprints-processor-adaptors diff --git a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml index 8ecf61518..af272f6bb 100644 --- a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml @@ -21,12 +21,12 @@ org.onap.ccsdk.parent binding-parent - 1.2.0 + 1.2.1-SNAPSHOT org.onap.ccsdk.features - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT blueprints-rest-adaptor-provider bundle Blueprints Rest Adaptor - Provider -- cgit 1.2.3-korg