From fd735f6b4f1ae6ccb6243e208c282843ac306de8 Mon Sep 17 00:00:00 2001 From: Sangwook Ha Date: Sat, 17 Dec 2022 22:17:49 -0800 Subject: [PATCH] Add missing dependencies for features Features with configuration files do not have the dependencies specified in the POM file causing failure unless the dependencies are already installed. Add the missing dependencies to the features to make them work on their own. Change-Id: Ia18adc4cb84b0c9a9d8d64a12baf0c00e2716027 Signed-off-by: Sangwook Ha --- features/odl-transportpce-dmaap-client/pom.xml | 7 +++++++ features/odl-transportpce-inventory/pom.xml | 14 ++++++++++++++ features/odl-transportpce-nbinotifications/pom.xml | 7 +++++++ features/odl-transportpce/pom.xml | 7 +++++++ 4 files changed, 35 insertions(+) diff --git a/features/odl-transportpce-dmaap-client/pom.xml b/features/odl-transportpce-dmaap-client/pom.xml index f80fba3b9..95aeac8c2 100644 --- a/features/odl-transportpce-dmaap-client/pom.xml +++ b/features/odl-transportpce-dmaap-client/pom.xml @@ -50,5 +50,12 @@ + + org.opendaylight.transportpce + transportpce-dmaap-client + ${project.version} + cfg + config + diff --git a/features/odl-transportpce-inventory/pom.xml b/features/odl-transportpce-inventory/pom.xml index ec69e46a8..315718458 100644 --- a/features/odl-transportpce-inventory/pom.xml +++ b/features/odl-transportpce-inventory/pom.xml @@ -91,5 +91,19 @@ transportpce-inventory ${project.version} + + org.opendaylight.transportpce + transportpce-inventory + ${project.version} + cfg + config + + + org.opendaylight.transportpce + transportpce-inventory + ${project.version} + cfg + datasource + diff --git a/features/odl-transportpce-nbinotifications/pom.xml b/features/odl-transportpce-nbinotifications/pom.xml index f0d99a159..bc5c4cdcc 100644 --- a/features/odl-transportpce-nbinotifications/pom.xml +++ b/features/odl-transportpce-nbinotifications/pom.xml @@ -38,5 +38,12 @@ transportpce-nbinotifications ${project.version} + + ${project.groupId} + transportpce-nbinotifications + ${project.version} + cfg + config + diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index 0279d98a2..48d72d5b7 100644 --- a/features/odl-transportpce/pom.xml +++ b/features/odl-transportpce/pom.xml @@ -80,6 +80,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL transportpce-olm ${project.version} + + org.opendaylight.transportpce + transportpce-olm + ${project.version} + cfg + config + org.opendaylight.transportpce transportpce-pce -- 2.36.6