From bb6515cd50e23ac1acef0b1124500896110b6ef6 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 23 Jun 2020 09:26:05 +0200 Subject: [PATCH] Clean up MRI feature references We should be referring to MRI features through ranges, fix that. Change-Id: I95775fea5b5469086b0020d224501e5fe2172033 Signed-off-by: Robert Varga --- .../src/main/feature/feature.xml | 13 +++++++++++++ .../odl-lispflowmapping-mappingservice/pom.xml | 7 ------- features/odl-lispflowmapping-models/pom.xml | 6 ++++++ .../src/main/feature/feature.xml | 14 ++++++++++++++ .../src/main/feature/feature.xml | 14 ++++++++++++++ features/odl-lispflowmapping-southbound/pom.xml | 6 ------ .../src/main/feature/feature.xml | 2 +- 7 files changed, 48 insertions(+), 14 deletions(-) create mode 100644 features/odl-lispflowmapping-inmemorydb/src/main/feature/feature.xml create mode 100644 features/odl-lispflowmapping-models/src/main/feature/feature.xml create mode 100644 features/odl-lispflowmapping-neutron/src/main/feature/feature.xml diff --git a/features/odl-lispflowmapping-inmemorydb/src/main/feature/feature.xml b/features/odl-lispflowmapping-inmemorydb/src/main/feature/feature.xml new file mode 100644 index 000000000..3977cb49d --- /dev/null +++ b/features/odl-lispflowmapping-inmemorydb/src/main/feature/feature.xml @@ -0,0 +1,13 @@ + + + + + odl-mdsal-broker + + diff --git a/features/odl-lispflowmapping-mappingservice/pom.xml b/features/odl-lispflowmapping-mappingservice/pom.xml index 531e03ed6..1bb50976e 100644 --- a/features/odl-lispflowmapping-mappingservice/pom.xml +++ b/features/odl-lispflowmapping-mappingservice/pom.xml @@ -32,13 +32,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xml features - - org.opendaylight.controller - odl-mdsal-broker - 2.0.2 - xml - features - ${project.groupId} odl-lispflowmapping-models diff --git a/features/odl-lispflowmapping-models/pom.xml b/features/odl-lispflowmapping-models/pom.xml index f1a0144d7..00d07a447 100644 --- a/features/odl-lispflowmapping-models/pom.xml +++ b/features/odl-lispflowmapping-models/pom.xml @@ -37,6 +37,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + + org.opendaylight.odlparent + odl-apache-commons-lang3 + xml + features + org.opendaylight.mdsal.model odl-mdsal-model-rfc6991 diff --git a/features/odl-lispflowmapping-models/src/main/feature/feature.xml b/features/odl-lispflowmapping-models/src/main/feature/feature.xml new file mode 100644 index 000000000..06482efce --- /dev/null +++ b/features/odl-lispflowmapping-models/src/main/feature/feature.xml @@ -0,0 +1,14 @@ + + + + + odl-apache-commons-lang3 + odl-mdsal-model-rfc6991 + + diff --git a/features/odl-lispflowmapping-neutron/src/main/feature/feature.xml b/features/odl-lispflowmapping-neutron/src/main/feature/feature.xml new file mode 100644 index 000000000..46df22e5e --- /dev/null +++ b/features/odl-lispflowmapping-neutron/src/main/feature/feature.xml @@ -0,0 +1,14 @@ + + + + + odl-mdsal-model-rfc7224 + odl-mdsal-model-rfc7277 + + diff --git a/features/odl-lispflowmapping-southbound/pom.xml b/features/odl-lispflowmapping-southbound/pom.xml index 79a4ade82..1b4222456 100644 --- a/features/odl-lispflowmapping-southbound/pom.xml +++ b/features/odl-lispflowmapping-southbound/pom.xml @@ -45,12 +45,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xml features - - org.opendaylight.odlparent - odl-guava - xml - features - ${project.groupId} odl-lispflowmapping-models diff --git a/features/odl-lispflowmapping-southbound/src/main/feature/feature.xml b/features/odl-lispflowmapping-southbound/src/main/feature/feature.xml index 9dde01ee3..5f331014a 100644 --- a/features/odl-lispflowmapping-southbound/src/main/feature/feature.xml +++ b/features/odl-lispflowmapping-southbound/src/main/feature/feature.xml @@ -9,6 +9,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL odl-netty-4 - odl-guava + odl-mdsal-broker -- 2.36.6