* @return The default bindings module
*/
public static Module getDefaultBindings() {
// We override the default module with the common module to get the correct
// HttpClient injection
return Modules.override(new DefaultModule()).with(getCommonModule());
}