Merge "Fixed handshake issues with SSH Netconf client"
[controller.git] / opendaylight / netconf / netconf-ssh / pom.xml
index 16100f0c2a043241ed5a13b06433df3f326b5f11..794bb16605fc1b0d572ac3b08b2f3a26ba607831 100644 (file)
             <groupId>${project.groupId}</groupId>
             <artifactId>netconf-util</artifactId>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>netconf-client</artifactId>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>netconf-api</artifactId>
             <groupId>org.opendaylight.controller.thirdparty</groupId>
             <artifactId>ganymed</artifactId>
         </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
                             io.netty.util,
                             io.netty.util.concurrent,
                             javax.annotation,
+                            java.net,
                             javax.net.ssl,
                             javax.xml.namespace,
                             javax.xml.parsers,
                             javax.xml.xpath,
+                            org.apache.commons.io,
                             org.opendaylight.controller.netconf.api,
                             org.opendaylight.controller.netconf.client,
                             org.opendaylight.controller.netconf.util,
+                            org.opendaylight.controller.netconf.util.osgi,
                             org.opendaylight.controller.netconf.util.xml,
                             org.opendaylight.protocol.framework,
                             org.osgi.framework,