missing dependecies reviewed and fixed 95/4195/1
authorMartin Bobak <mbobak@cisco.com>
Tue, 14 Jan 2014 09:07:23 +0000 (10:07 +0100)
committerMartin Bobak <mbobak@cisco.com>
Tue, 14 Jan 2014 09:07:23 +0000 (10:07 +0100)
Change-Id: Iba7275c4ccdc7b9f35392896b393004ccc4245b4
Signed-off-by: Martin Bobak <mbobak@cisco.com>
opendaylight/netconf/netconf-ssh/pom.xml

index 34f131c678e15ab3ca0609ff6d4c73e1b41fd118..d91564ba0ba3a6b70292f83e028debeb318ce261 100644 (file)
                     <instructions>
                         <Bundle-Activator>org.opendaylight.controller.netconf.osgi.NetconfSSHActivator</Bundle-Activator>
                         <Import-Package>
+                            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,