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/beryllium~452 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=ac527ec32b5920798daaf2b9a4ad0bfad519f2ff;hp=ed9f82dc6681749146022f64810cd5112ea703fc 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 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 +