From 27a8264015c1da21f27e8d6e19376a929666901b Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Tue, 14 Feb 2017 16:27:18 +0100 Subject: [PATCH] Declare -util/-tcp/-ssh prerequisites This is imperfect since we drop the relationships from the POMs, which breaks -Psft (running SFT on the features individually). We need to improve the plugin to handle this more generically. Change-Id: Ic7ddc583450b3e207eb4a13f837e8994cb3d5ff0 Signed-off-by: Stephen Kitt Signed-off-by: Robert Varga --- features/netconf/odl-netconf-ssh/pom.xml | 2 ++ .../odl-netconf-ssh/src/main/feature/feature.xml | 14 ++++++++++++++ features/netconf/odl-netconf-tcp/pom.xml | 2 ++ .../odl-netconf-tcp/src/main/feature/feature.xml | 13 +++++++++++++ netconf/netconf-topology-singleton/pom.xml | 4 ---- 5 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 features/netconf/odl-netconf-ssh/src/main/feature/feature.xml create mode 100644 features/netconf/odl-netconf-tcp/src/main/feature/feature.xml diff --git a/features/netconf/odl-netconf-ssh/pom.xml b/features/netconf/odl-netconf-ssh/pom.xml index c0fff3f470..93b3f7c641 100644 --- a/features/netconf/odl-netconf-ssh/pom.xml +++ b/features/netconf/odl-netconf-ssh/pom.xml @@ -26,6 +26,7 @@ OpenDaylight :: Netconf Connector :: SSH + ${project.groupId} odl-aaa-netconf-plugin diff --git a/features/netconf/odl-netconf-ssh/src/main/feature/feature.xml b/features/netconf/odl-netconf-ssh/src/main/feature/feature.xml new file mode 100644 index 0000000000..262012a215 --- /dev/null +++ b/features/netconf/odl-netconf-ssh/src/main/feature/feature.xml @@ -0,0 +1,14 @@ + + + + + odl-netconf-tcp + odl-netconf-util + + diff --git a/features/netconf/odl-netconf-tcp/pom.xml b/features/netconf/odl-netconf-tcp/pom.xml index 319ea71d7e..f319749c39 100644 --- a/features/netconf/odl-netconf-tcp/pom.xml +++ b/features/netconf/odl-netconf-tcp/pom.xml @@ -26,6 +26,7 @@ OpenDaylight :: Netconf Connector :: TCP + ${project.groupId} odl-netconf-impl diff --git a/features/netconf/odl-netconf-tcp/src/main/feature/feature.xml b/features/netconf/odl-netconf-tcp/src/main/feature/feature.xml new file mode 100644 index 0000000000..1bb5b4672f --- /dev/null +++ b/features/netconf/odl-netconf-tcp/src/main/feature/feature.xml @@ -0,0 +1,13 @@ + + + + + odl-netconf-util + + diff --git a/netconf/netconf-topology-singleton/pom.xml b/netconf/netconf-topology-singleton/pom.xml index 25166bd8f2..95a546a9f2 100644 --- a/netconf/netconf-topology-singleton/pom.xml +++ b/netconf/netconf-topology-singleton/pom.xml @@ -44,10 +44,6 @@ - - org.opendaylight.netconf - mdsal-netconf-notification - org.opendaylight.mdsal.model ietf-topology -- 2.36.6