From ce4d7daa5581429f4c994d21203052888924f313 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 22 Jun 2015 17:27:31 +0200 Subject: [PATCH] Fix features-netconf-connector not being included mdsal-artifacts should be listing the features it needs, so users can pick up their versions. This was not true for features-netconf-connector. Change-Id: I4d53d8cf3d6ff1bce57e9de223126fea5269419d Signed-off-by: Robert Varga --- opendaylight/md-sal/mdsal-artifacts/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/opendaylight/md-sal/mdsal-artifacts/pom.xml b/opendaylight/md-sal/mdsal-artifacts/pom.xml index 75a6831c55..854f500a28 100644 --- a/opendaylight/md-sal/mdsal-artifacts/pom.xml +++ b/opendaylight/md-sal/mdsal-artifacts/pom.xml @@ -134,6 +134,14 @@ sal-netconf-connector ${project.version} + + ${project.groupId} + features-netconf-connector + ${project.version} + features + xml + runtime + -- 2.36.6