From 78c2284901c6689b362ddd20854e75214adb4ace Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 21 Sep 2015 11:06:22 +0200 Subject: [PATCH] Fix features not pulling all its dependencies odl-message-bus requires messagebus-netconf, but does not pull it in. Change-Id: I85da9727c89dd14dfb52b411ca6ce5f109f3ba4b Signed-off-by: Robert Varga --- features/netconf-connector/pom.xml | 34 +++++++++++++------ .../netconf/netconf-artifacts/pom.xml | 7 ++++ 2 files changed, 30 insertions(+), 11 deletions(-) diff --git a/features/netconf-connector/pom.xml b/features/netconf-connector/pom.xml index 5b1b04e527..fe50cec1e4 100644 --- a/features/netconf-connector/pom.xml +++ b/features/netconf-connector/pom.xml @@ -20,6 +20,19 @@ features.xml + + + + + org.opendaylight.netconf + netconf-artifacts + 1.0.0-SNAPSHOT + pom + import + + + + org.opendaylight.yangtools @@ -68,14 +81,20 @@ ${project.groupId} sal-netconf-connector + + org.opendaylight.netconf + messagebus-netconf + + + org.opendaylight.netconf + messagebus-netconf + xml + config + org.opendaylight.controller.model model-inventory - - ${project.groupId} - messagebus-netconf - ${project.groupId} netconf-config-dispatcher @@ -108,13 +127,6 @@ xml config - - ${project.groupId} - messagebus-netconf - ${netconf.version} - xml - config -