From: Martin Bobak Date: Tue, 14 Jan 2014 09:07:23 +0000 (+0100) Subject: missing dependecies reviewed and fixed X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~100 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=339740adfe52e2126ea85bbedd6c847965d218e5;ds=inline missing dependecies reviewed and fixed Change-Id: Iba7275c4ccdc7b9f35392896b393004ccc4245b4 Signed-off-by: Martin Bobak --- diff --git a/opendaylight/netconf/netconf-ssh/pom.xml b/opendaylight/netconf/netconf-ssh/pom.xml index 34f131c678..d91564ba0b 100644 --- a/opendaylight/netconf/netconf-ssh/pom.xml +++ b/opendaylight/netconf/netconf-ssh/pom.xml @@ -62,11 +62,14 @@ org.opendaylight.controller.netconf.osgi.NetconfSSHActivator + com.google.common.base, ch.ethz.ssh2, ch.ethz.ssh2.signature, + org.apache.commons.io, org.opendaylight.controller.netconf.util.osgi, org.opendaylight.controller.usermanager, org.opendaylight.controller.sal.authorization, + org.opendaylight.controller.sal.utils, org.osgi.framework, org.osgi.util.tracker, org.slf4j,