Skip to content
Snippets Groups Projects
Commit 99c8b76d authored by Gregor Maier's avatar Gregor Maier
Browse files

DeviceManager now depends on IEntityClassifierService

parent d2ac3172
No related branches found
No related tags found
No related merge requests found
......@@ -592,6 +592,7 @@ IFlowReconcileListener, IInfoProvider, IHAListener {
l.add(IRestApiService.class);
l.add(IThreadPoolService.class);
l.add(IFlowReconcileService.class);
l.add(IEntityClassifierService.class);
return l;
}
......
......@@ -18,3 +18,4 @@ net.floodlightcontroller.counter.NullCounterStore
net.floodlightcontroller.threadpool.ThreadPool
net.floodlightcontroller.ui.web.StaticWebRoutable
net.floodlightcontroller.virtualnetwork.VirtualNetworkFilter
net.floodlightcontroller.devicemanager.internal.DefaultEntityClassifier
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment