Description
The protobuf code currently requires that the protobuf compiler (protoc) is installed for tests to run. Instead we should just commit the compiler output test code. This also insulates tests from differences in the version of protoc installed and the version of the runtime library specified in Maven. This latter issue is currently breaking Jenkins.