Bump versions to 7.0.4-SNAPSHOT
[netconf.git] / features / odl-netconf-client / pom.xml
index 3721084f47c96504b74a6ff48e4e9a27e9d00431..00b70b3cfaf48f4d11bd9869c3aa22ee9229702c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>6.0.1-SNAPSHOT</version>
+        <version>7.0.4-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <packaging>feature</packaging>
 
     <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>odl-controller-exp-netty-config</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>odl-netconf-netty-util</artifactId>
+            <artifactId>odl-netconf-common</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
@@ -42,9 +36,5 @@
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>netconf-client</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>netconf-config</artifactId>
-        </dependency>
     </dependencies>
 </project>