Remove netconf-config
[netconf.git] / features / odl-netconf-client / pom.xml
index fd30965b13b7d84266e822651e63b6ce5d71772f..9420362a4e5bbcf694dc7508512e1b4978d76d77 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>7.0.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>netconf-client</artifactId>
+            <artifactId>odl-netconf-transport</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>netconf-config</artifactId>
+            <artifactId>netconf-client</artifactId>
         </dependency>
     </dependencies>
 </project>