mirror of https://github.com/apache/jclouds.git
Merge pull request #558 from nacx/add-eventbus
Add the EventBus module when building the injector
This commit is contained in:
commit
5246796b4c
|
@ -298,6 +298,7 @@ public class ContextBuilder<S, A, C extends Closeable, M extends ApiMetadata<S,
|
|||
addHttpModuleIfNeededAndNotPresent(modules);
|
||||
ifHttpConfigureRestOtherwiseGuiceClientFactory(modules);
|
||||
addExecutorServiceIfNotPresent(modules);
|
||||
addEventBusIfNotPresent(modules);
|
||||
addCredentialStoreIfNotPresent(modules);
|
||||
modules.add(new LifeCycleModule());
|
||||
modules.add(new BindPropertiesToAnnotations());
|
||||
|
|
Loading…
Reference in New Issue