Porting of the m1 fixes #328 to the baremetal branch. See also #322.
Two additional changes here:
in sharing-core-impl, removed mysql dependency and added grpc-protobuf dependency. The mysql dependency isn't needed, but it was pulling in a protobuf-java transitive dependency. But that protobuf-java version was an older one not compatible with the newly generated stubs.
using Maven properties for protoc and grpc versions in the protobuf-maven-plugin configuration
Porting of the m1 fixes #328 to the baremetal branch. See also #322.
Two additional changes here: