From 33f264ff79a40ce53e1ca337f89c9d5b7daab98d Mon Sep 17 00:00:00 2001 From: Martin Bobak Date: Wed, 4 Dec 2013 11:18:49 +0100 Subject: [PATCH] netconf-ssh dependency cleanup Change-Id: Ida6d8aa12f1609deb0f63dab86dc987edb4d299a Signed-off-by: Martin Bobak --- opendaylight/netconf/netconf-ssh/pom.xml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/opendaylight/netconf/netconf-ssh/pom.xml b/opendaylight/netconf/netconf-ssh/pom.xml index 794bb16605..f60b4b02f5 100644 --- a/opendaylight/netconf/netconf-ssh/pom.xml +++ b/opendaylight/netconf/netconf-ssh/pom.xml @@ -48,32 +48,16 @@ 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, - javax.annotation, java.net, - javax.net.ssl, - javax.xml.namespace, - javax.xml.parsers, - javax.xml.xpath, + javax.annotation, 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, - org.slf4j, - org.w3c.dom, - org.xml.sax + org.slf4j -- 2.36.6