From 211a9797a7cdbdec317d76431b8d691ca268aafd Mon Sep 17 00:00:00 2001 From: Andrej Mak Date: Wed, 3 May 2017 09:06:48 +0200 Subject: [PATCH] Bug 7891: Add ssh feature to netconf-netty-util Odl-netconf-netty-util needs sshd-core bunde to work. It is provided by karaf. However, if odl-netconf-netty-util is placed to featuresBoot, ssh provided by karaf isn't started, so ResolutionException is thrown. To prevent this add ssh feature to odl-netconf-netty-util. Change-Id: Iaf5ecddaa726ea892191b5cf47095c1df3b096f6 Signed-off-by: Andrej Mak --- features/netconf/odl-netconf-netty-util/pom.xml | 8 ++++++++ .../src/main/feature/feature.xml | 13 +++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 features/netconf/odl-netconf-netty-util/src/main/feature/feature.xml diff --git a/features/netconf/odl-netconf-netty-util/pom.xml b/features/netconf/odl-netconf-netty-util/pom.xml index 26e63eedcd..2236c680f2 100644 --- a/features/netconf/odl-netconf-netty-util/pom.xml +++ b/features/netconf/odl-netconf-netty-util/pom.xml @@ -26,6 +26,14 @@ OpenDaylight :: Netconf :: Netty Util + + org.apache.karaf.features + standard + ${karaf4.version} + features + xml + runtime + ${project.groupId} odl-netconf-api diff --git a/features/netconf/odl-netconf-netty-util/src/main/feature/feature.xml b/features/netconf/odl-netconf-netty-util/src/main/feature/feature.xml new file mode 100644 index 0000000000..4607798ac8 --- /dev/null +++ b/features/netconf/odl-netconf-netty-util/src/main/feature/feature.xml @@ -0,0 +1,13 @@ + + + + + ssh + + -- 2.36.6