Fix features-netconf-connector not being included 09/23109/2
authorRobert Varga <rovarga@cisco.com>
Mon, 22 Jun 2015 15:27:31 +0000 (17:27 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 29 Jun 2015 12:40:54 +0000 (12:40 +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 75a6831c55a2c6664a675e402cfafe31a94a072a..854f500a28f86abda75a5d82168ec1da11862a75 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 -->