From 38a85cec0059dd910f2e955cd1613f2aa89a2b23 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Tue, 19 Jun 2018 11:33:47 +0200 Subject: [PATCH] clean up features avoid bundle dependencies to other projects in features.xml; instead depend on the features of the projects that provide those as dependencies. see https://lists.opendaylight.org/pipermail/neutron-dev/2018-June/001693.html Change-Id: Ia4c7c4a8f9acded8cd1c5e6e985005644831ef0d Signed-off-by: Michael Vorburger --- .../odl-neutron-hostconfig-ovs/pom.xml | 13 ------------- .../odl-neutron-hostconfig-vpp/pom.xml | 13 ------------- .../production/odl-neutron-service/pom.xml | 18 ------------------ features/production/odl-neutron-spi/pom.xml | 13 +++++++++++++ 4 files changed, 13 insertions(+), 44 deletions(-) diff --git a/features/production/odl-neutron-hostconfig-ovs/pom.xml b/features/production/odl-neutron-hostconfig-ovs/pom.xml index 1b515e7d5..4e26d22ba 100644 --- a/features/production/odl-neutron-hostconfig-ovs/pom.xml +++ b/features/production/odl-neutron-hostconfig-ovs/pom.xml @@ -28,13 +28,6 @@ - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - org.opendaylight.ovsdb southbound-artifacts @@ -46,12 +39,6 @@ - - org.opendaylight.controller - odl-mdsal-broker - xml - features - org.opendaylight.ovsdb odl-ovsdb-southbound-api diff --git a/features/production/odl-neutron-hostconfig-vpp/pom.xml b/features/production/odl-neutron-hostconfig-vpp/pom.xml index f048f1cb8..5db8b5d62 100644 --- a/features/production/odl-neutron-hostconfig-vpp/pom.xml +++ b/features/production/odl-neutron-hostconfig-vpp/pom.xml @@ -29,13 +29,6 @@ - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - org.opendaylight.netconf netconf-artifacts @@ -47,12 +40,6 @@ - - org.opendaylight.controller - odl-mdsal-broker - xml - features - org.opendaylight.netconf odl-netconf-clustered-topology diff --git a/features/production/odl-neutron-service/pom.xml b/features/production/odl-neutron-service/pom.xml index 38dde7a50..6e29874af 100644 --- a/features/production/odl-neutron-service/pom.xml +++ b/features/production/odl-neutron-service/pom.xml @@ -26,18 +26,6 @@ true - - - - org.opendaylight.controller - mdsal-artifacts - 1.8.0-SNAPSHOT - pom - import - - - - ${project.groupId} @@ -48,12 +36,6 @@ - - org.opendaylight.controller - odl-mdsal-broker - xml - features - ${project.groupId} odl-neutron-spi diff --git a/features/production/odl-neutron-spi/pom.xml b/features/production/odl-neutron-spi/pom.xml index 0c61a5237..a3b356aeb 100644 --- a/features/production/odl-neutron-spi/pom.xml +++ b/features/production/odl-neutron-spi/pom.xml @@ -28,6 +28,13 @@ + + org.opendaylight.controller + mdsal-artifacts + 1.8.0-SNAPSHOT + pom + import + org.opendaylight.mdsal.model mdsal-model-artifacts @@ -39,6 +46,12 @@ + + org.opendaylight.controller + odl-mdsal-broker + xml + features + org.opendaylight.mdsal.model odl-mdsal-models -- 2.36.6