Merge "Add missing <name> fields for pom.xml files"
[neutron.git] / features / production / pom.xml
index 623cba98c20f90b6c419108afd97507cc91091eb..0252c3b0ef61306e411f09d21bdabed23a48e0e0 100644 (file)
@@ -21,6 +21,7 @@
       <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
       <restconf.version>1.5.0-SNAPSHOT</restconf.version>
       <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+      <netconf.version>1.2.0-SNAPSHOT</netconf.version>
   </properties>
   <dependencyManagement>
     <dependencies>
@@ -41,8 +42,8 @@
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>restconf-artifacts</artifactId>
-        <version>${restconf.version}</version>
+        <artifactId>netconf-artifacts</artifactId>
+        <version>${netconf.version}</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.netconf</groupId>
-      <artifactId>features-restconf</artifactId>
-      <version>${restconf.version}</version>
-      <type>xml</type>
-      <classifier>features</classifier>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.aaa</groupId>
       <artifactId>features-aaa-shiro</artifactId>
       <artifactId>utils.mdsal-utils</artifactId>
       <version>${ovsdb.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.netconf</groupId>
+      <artifactId>features-netconf-connector</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>neutron-hostconfig-utils</artifactId>
       <artifactId>neutron-hostconfig-ovs</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>neutron-hostconfig-vpp</artifactId>
+      <version>${project.version}</version>
+    </dependency>
   </dependencies>
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>