From ed83c916760530ceb15b6f0bdf3b6b39933ca200 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 23 Jun 2020 08:28:16 +0200 Subject: [PATCH] Fix up feature packaging We have a number of bundles packaged multiple times, fix that up by providing proper references. Change-Id: I0488fefbeaab3760eca7daf93ddd9d335713f285 Signed-off-by: Robert Varga --- features/netconf/odl-netconf-api/pom.xml | 6 ++++++ .../src/main/feature/feature.xml | 1 + features/netconf/odl-netconf-impl/pom.xml | 18 ++++++++++++++++++ .../src/main/feature/feature.xml | 13 +++++++++++++ .../restconf/odl-restconf-nb-bierman02/pom.xml | 6 ++++++ 5 files changed, 44 insertions(+) create mode 100644 features/netconf/odl-netconf-impl/src/main/feature/feature.xml diff --git a/features/netconf/odl-netconf-api/pom.xml b/features/netconf/odl-netconf-api/pom.xml index 79f28d1707..b96f67cc12 100644 --- a/features/netconf/odl-netconf-api/pom.xml +++ b/features/netconf/odl-netconf-api/pom.xml @@ -68,6 +68,12 @@ xml features + + org.opendaylight.mdsal.model + odl-mdsal-model-rfc8525 + xml + features + org.opendaylight.mdsal.model odl-mdsal-model-rfc8342 diff --git a/features/netconf/odl-netconf-api/src/main/feature/feature.xml b/features/netconf/odl-netconf-api/src/main/feature/feature.xml index e8c1eeb2d6..b8d98e6b0a 100644 --- a/features/netconf/odl-netconf-api/src/main/feature/feature.xml +++ b/features/netconf/odl-netconf-api/src/main/feature/feature.xml @@ -11,6 +11,7 @@ odl-netty-4 odl-yangtools-parser-api odl-mdsal-model-rfc7895 + odl-mdsal-model-rfc8525 odl-mdsal-model-rfc8342 diff --git a/features/netconf/odl-netconf-impl/pom.xml b/features/netconf/odl-netconf-impl/pom.xml index bad7b6bb50..3faead2d1d 100644 --- a/features/netconf/odl-netconf-impl/pom.xml +++ b/features/netconf/odl-netconf-impl/pom.xml @@ -23,7 +23,25 @@ OpenDaylight :: Netconf :: Impl + + + + org.opendaylight.controller + controller-artifacts + 2.0.2 + pom + import + + + + + + org.opendaylight.controller + odl-controller-exp-netty-config + xml + features + ${project.groupId} odl-netconf-api diff --git a/features/netconf/odl-netconf-impl/src/main/feature/feature.xml b/features/netconf/odl-netconf-impl/src/main/feature/feature.xml new file mode 100644 index 0000000000..a83f511f95 --- /dev/null +++ b/features/netconf/odl-netconf-impl/src/main/feature/feature.xml @@ -0,0 +1,13 @@ + + + + + odl-controller-exp-netty-config + + diff --git a/features/restconf/odl-restconf-nb-bierman02/pom.xml b/features/restconf/odl-restconf-nb-bierman02/pom.xml index dbfad396ae..5b33521ba8 100644 --- a/features/restconf/odl-restconf-nb-bierman02/pom.xml +++ b/features/restconf/odl-restconf-nb-bierman02/pom.xml @@ -43,6 +43,12 @@ + + org.opendaylight.netconf + odl-netconf-mapping-api + xml + features + org.opendaylight.netconf odl-restconf-common -- 2.36.6