From 78fc81bf6a35077b8ad80cf29b218477baa15a47 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Tue, 11 Sep 2018 14:38:13 -0400 Subject: Migrate features to Oxygen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic9db80e71070093209b8eda1cdd12e053a18aded Issue-ID: CCSDK-505 Signed-off-by: Alexis de Talhouët --- blueprints-processor/plugin/assignment-provider/pom.xml | 7 ------- .../resources/org/opendaylight/blueprint/impl-blueprint.xml | 5 ----- blueprints-processor/plugin/generator-provider/pom.xml | 7 ------- blueprints-processor/plugin/model-provider/pom.xml | 10 +--------- 4 files changed, 1 insertion(+), 28 deletions(-) (limited to 'blueprints-processor/plugin') diff --git a/blueprints-processor/plugin/assignment-provider/pom.xml b/blueprints-processor/plugin/assignment-provider/pom.xml index 073f9af9e..6eeac1044 100644 --- a/blueprints-processor/plugin/assignment-provider/pom.xml +++ b/blueprints-processor/plugin/assignment-provider/pom.xml @@ -36,11 +36,6 @@ http://maven.apache.org - - equinoxSDK381 - org.eclipse.osgi - ${equinox.osgi.version} - org.onap.ccsdk.config blueprints-generator-provider @@ -95,8 +90,6 @@ org.onap.ccsdk.config.assignment.processor, org.onap.ccsdk.config.assignment.processor.custom - * - true diff --git a/blueprints-processor/plugin/assignment-provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml b/blueprints-processor/plugin/assignment-provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml index c880c8d4f..baa6bdbc5 100644 --- a/blueprints-processor/plugin/assignment-provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml +++ b/blueprints-processor/plugin/assignment-provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml @@ -35,9 +35,6 @@ - - @@ -46,7 +43,6 @@ - - http://maven.apache.org - - org.eclipse.osgi - equinoxSDK381 - ${equinox.osgi.version} - org.onap.ccsdk.config blueprints-model-provider @@ -92,8 +87,6 @@ org.onap.ccsdk.config.generator.service, org.onap.ccsdk.config.generator.tool - * - true diff --git a/blueprints-processor/plugin/model-provider/pom.xml b/blueprints-processor/plugin/model-provider/pom.xml index 7710fbbed..f14ec3afa 100644 --- a/blueprints-processor/plugin/model-provider/pom.xml +++ b/blueprints-processor/plugin/model-provider/pom.xml @@ -36,11 +36,6 @@ http://maven.apache.org - - equinoxSDK381 - org.eclipse.osgi - ${equinox.osgi.version} - org.onap.ccsdk.config blueprints-rest-adaptor-provider @@ -97,15 +92,12 @@ org.onap.ccsdk.config.model, org.onap.ccsdk.config.model.data, org.onap.ccsdk.config.model.data.api, - org.onap.ccsdk.config.model.data.custom, - org.onap.ccsdk.config.model.data.custom.dict, + org.onap.ccsdk.config.model.data.dict, org.onap.ccsdk.config.model.domain, org.onap.ccsdk.config.model.service, org.onap.ccsdk.config.model.utils, org.onap.ccsdk.config.model.validator - * - true -- cgit 1.2.3-korg