mirror of https://github.com/apache/jclouds.git
Add the EventBus module when building the injector
This commit is contained in:
parent
5a3d2a11d6
commit
965a7038df
|
@ -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