mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
move eventbus implementation from scm-core to scm-webapp
This commit is contained in:
@@ -252,7 +252,6 @@ public class ScmServletModule extends ServletModule
|
||||
|
||||
// bind event api
|
||||
bind(ScmEventBus.class).toInstance(ScmEventBus.getInstance());
|
||||
bind(EventBus.class).toInstance(ScmEventBus.getInstance());
|
||||
|
||||
// bind core
|
||||
bind(StoreFactory.class, JAXBStoreFactory.class);
|
||||
|
||||
Reference in New Issue
Block a user