Merge "Updated AbstractDataModification to also implement DataChange"
[controller.git] / opendaylight / netconf / netconf-util / pom.xml
index b180a678236b08db16a4c6b103af7cd8b1bae97e..d6bf62413a569949da0ca09de44d5678f3c9a4da 100644 (file)
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-handler</artifactId>
+            <version>${netconf.netty.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller.thirdparty</groupId>
+            <artifactId>ganymed</artifactId>
         </dependency>
     </dependencies>
 
@@ -71,6 +76,7 @@
                             org.opendaylight.controller.config.stat,
                             com.google.common.base,
                             com.google.common.collect,
+                            ch.ethz.ssh2,
                             io.netty.buffer,
                             io.netty.channel,
                             io.netty.channel.socket,