From 339740adfe52e2126ea85bbedd6c847965d218e5 Mon Sep 17 00:00:00 2001 From: Martin Bobak Date: Tue, 14 Jan 2014 10:07:23 +0100 Subject: [PATCH] missing dependecies reviewed and fixed Change-Id: Iba7275c4ccdc7b9f35392896b393004ccc4245b4 Signed-off-by: Martin Bobak --- opendaylight/netconf/netconf-ssh/pom.xml | 3 +++ 1 file changed, 3 insertions(+) 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, -- 2.36.6