Merge "Add service reference binding to config registry."
[controller.git] / opendaylight / netconf / netconf-ssh / pom.xml
index 16100f0c2a043241ed5a13b06433df3f326b5f11..f60b4b02f5edb571c15313139ce32895fb4843a8 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>
                         </Export-Package>
                         <Import-Package>
                             com.google.common.base,
-                            com.google.common.collect,
                             ch.ethz.ssh2,
                             ch.ethz.ssh2.signature,
-                            io.netty.buffer,
-                            io.netty.channel,
-                            io.netty.channel.nio,
-                            io.netty.channel.socket,
-                            io.netty.util,
-                            io.netty.util.concurrent,
+                            java.net,
                             javax.annotation,
-                            javax.net.ssl,
-                            javax.xml.namespace,
-                            javax.xml.parsers,
-                            javax.xml.xpath,
-                            org.opendaylight.controller.netconf.api,
-                            org.opendaylight.controller.netconf.client,
+                            org.apache.commons.io,
                             org.opendaylight.controller.netconf.util,
-                            org.opendaylight.controller.netconf.util.xml,
+                            org.opendaylight.controller.netconf.util.osgi,
                             org.opendaylight.protocol.framework,
                             org.osgi.framework,
-                            org.slf4j,
-                            org.w3c.dom,
-                            org.xml.sax
+                            org.slf4j
                         </Import-Package>
                     </instructions>
                 </configuration>