Fix features-netconf-connector not being included 15/23215/1
authorRobert Varga <rovarga@cisco.com>
Mon, 22 Jun 2015 15:27:31 +0000 (17:27 +0200)
committerRobert Varga <nite@hq.sk>
Wed, 24 Jun 2015 09:21:53 +0000 (09:21 +0000)
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 <rovarga@cisco.com>
opendaylight/md-sal/mdsal-artifacts/pom.xml

index 6b0a7329f6c4b4c38e34c139af2d3926199b7193..5e376d838b07063af4304774f77b471e4eaa8ae6 100644 (file)
                 <artifactId>sal-netconf-connector</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>features-netconf-connector</artifactId>
+                <version>${project.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+                <scope>runtime</scope>
+            </dependency>
 
             <!-- FIXME: These below need splitting up -->