Export the universal version of GroupBackend to plugins

Plugins like replication need to be able to see GroupBackend as bound
to UniversalGroupBackend. This was being filtered out of the inherited
Injector because DynamicSet<GroupBackend> was declared, and the
members of that set are not provided to plugins.

Change-Id: I78e57aaa2de52424d8a7abbaa6c1158032a9edab
1 file changed