From ac527ec32b5920798daaf2b9a4ad0bfad519f2ff 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 6b0a7329f6..5e376d838b 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