
Loading of plugins was failing when running Gerrit in a servlet container (Tomcat, for example) or in GWT DevMode. The reason was duplicated Guice bindings created inside the PluginGuiceEnvironment for the child injectors of the dbInjector. Bug: issue 1471 Change-Id: I7be020dd3e489df4b6099b482a925ecb155e85c6 Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>