missing dependecies reviewed and fixed
[controller.git] / opendaylight / netconf / netconf-ssh / pom.xml
index 5dde0448bd03ac6b16b49aee77f5589969ea77d1..d91564ba0ba3a6b70292f83e028debeb318ce261 100644 (file)
                 <configuration>
                     <instructions>
                         <Bundle-Activator>org.opendaylight.controller.netconf.osgi.NetconfSSHActivator</Bundle-Activator>
-                        <Export-Package>
-                            org.opendaylight.controller.netconf.ssh,
-                        </Export-Package>
                         <Import-Package>
                             com.google.common.base,
                             ch.ethz.ssh2,
                             ch.ethz.ssh2.signature,
-                            java.net,
-                            javax.annotation,
                             org.apache.commons.io,
-                            org.opendaylight.controller.netconf.util,
                             org.opendaylight.controller.netconf.util.osgi,
                             org.opendaylight.controller.usermanager,
                             org.opendaylight.controller.sal.authorization,
                             org.opendaylight.controller.sal.utils,
-                            org.opendaylight.protocol.framework,
                             org.osgi.framework,
                             org.osgi.util.tracker,
                             org.slf4j,