Missing Dependency for OpenDaylight controller app (Sodium SR1)
问题 I am following the instructions here to write an simple hello world RPC: https://docs.opendaylight.org/en/stable-sodium/developer-guide/developing-apps-on-the-opendaylight-controller.html In the example HelloProvider class, the constructor is: public HelloProvider(final DataBroker dataBroker, final RpcProviderService rpcProviderService) { this.dataBroker = dataBroker; this.rpcProviderService = rpcProviderService; } which requires a RpcProviderService, therefore the compilation fails. So I