From: Robert Varga Date: Mon, 22 Jun 2015 15:27:31 +0000 (+0200) Subject: Fix features-netconf-connector not being included X-Git-Tag: release/lithium-sr1~28 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=ce4d7daa5581429f4c994d21203052888924f313 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 --- 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 +