move eventbus implementation from scm-core to scm-webapp

This commit is contained in:
Sebastian Sdorra
2012-12-09 16:12:21 +01:00
parent 261b70071d
commit 5178dca30d
7 changed files with 206 additions and 100 deletions

View File

@@ -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);