Fix features-netconf-connector not being included
[controller.git] / opendaylight / md-sal / mdsal-artifacts / pom.xml
index d0b9f488733a603adcf8f01a4ecc16076b64a8fb..5e376d838b07063af4304774f77b471e4eaa8ae6 100644 (file)
@@ -12,7 +12,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-artifacts</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
                 <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 -->