> +   }
> +
> +   public static class Builder extends 
> BaseHttpApiMetadata.Builder<ShipyardApi, Builder> {
> +
> +      protected Builder() {
> +         super(ShipyardApi.class);
> +         id("shipyard")
> +           .name("Shipyard Remote Docker Management API")
> +           .identityName("<shipyard-service-key>")
> +           .credentialName("not used")
> +           
> .documentation(URI.create("http://shipyard-project.com/docs/api/";))
> +           .version("2.0.4")
> +           .defaultEndpoint("https://127.0.0.1:8080";)
> +           .defaultProperties(ShipyardApiMetadata.defaultProperties())
> +           .defaultModules(ImmutableSet.<Class<? extends Module>>of(
> +                   OkHttpCommandExecutorServiceModule.class,

Remove this from this list. The preferred way is to install it as part of the 
`ShipyardHttpApiModule`, which has already been done.

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

Reply via email to