X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fhoneynode%2F2.2.1%2Frestconf%2Fsrc%2Fmain%2Fjava%2Fio%2Ffd%2Fhoneycomb%2Fnorthbound%2Frestconf%2FRestconfModule.java;fp=tests%2Fhoneynode%2F2.2.1%2Frestconf%2Fsrc%2Fmain%2Fjava%2Fio%2Ffd%2Fhoneycomb%2Fnorthbound%2Frestconf%2FRestconfModule.java;h=d2841baefb1ae5c471980414b1300f060c9252e5;hb=b90fdacec82f92e07d14ed1df31e3fe53275c676;hp=9f9ecf7a2f14ebc22232865a15f8d35c7a30c1c1;hpb=1030996d2cfc0cec3c6c2b5d8da37c6188122372;p=transportpce.git diff --git a/tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfModule.java b/tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfModule.java index 9f9ecf7a2..d2841baef 100644 --- a/tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfModule.java +++ b/tests/honeynode/2.2.1/restconf/src/main/java/io/fd/honeycomb/northbound/restconf/RestconfModule.java @@ -19,10 +19,15 @@ package io.fd.honeycomb.northbound.restconf; import com.google.inject.Singleton; import com.google.inject.name.Names; import io.fd.honeycomb.northbound.NorthboundAbstractModule; -import io.fd.honeycomb.northbound.restconf.JettyServerStarter.ServerInit; +import io.fd.honeycomb.northbound.restconf.JettyServerStarter.RestconfJettyServer; import org.eclipse.jetty.server.Server; import org.eclipse.jetty.server.ServerConnector; import org.opendaylight.netconf.sal.rest.api.RestConnector; +import org.opendaylight.netconf.sal.rest.impl.RestconfApplication; +import org.opendaylight.netconf.sal.restconf.impl.BrokerFacade; +import org.opendaylight.netconf.sal.restconf.impl.ControllerContext; +import org.opendaylight.netconf.sal.restconf.impl.RestconfImpl; +import org.opendaylight.netconf.sal.restconf.impl.StatisticsRestconfServiceWrapper; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -30,6 +35,7 @@ public class RestconfModule extends NorthboundAbstractModule