> @@ -53,11 +54,11 @@ protected void bindErrorHandlers() {
>     @Override
>     protected void configure() {
>        super.configure();
> +      install(new OkHttpCommandExecutorServiceModule());
>        bind(new TypeLiteral<Supplier<SSLContext>>() {

Do you need this binding? You are directly injecting the 
`SSLContextWithKeysSupplier` type.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/113/files#r21864338

Reply via email to