Remove commons-io dependency in netconf-ssh
[controller.git] / opendaylight / netconf / netconf-ssh / pom.xml
index 03f7a2fac2fe05108825324ef059a26033d10ff3..6bf305e7e441aad1a4bd7fe9a6d7e0e1ada0c0b7 100644 (file)
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>netconf-impl</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
     </dependency>
       <dependency>
           <groupId>org.opendaylight.controller</groupId>
@@ -39,7 +35,6 @@
       <dependency>
           <groupId>org.opendaylight.controller</groupId>
           <artifactId>netty-config-api</artifactId>
-          <version>0.3.0-SNAPSHOT</version>
       </dependency>
 
       <dependency>