Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add Geo common protos to Bazel test dependencies. (#2033)
The generated unit tests for google/maps/places is not compilable, this is due to a Geo common proto is not added to Bazel test dependencies. See cl/567435528 and yaqs/8970072045605879808 for details. In long term, the Bazel Java test should be replaced with Maven/Gradle tests, so all the dependencies are managed through the gapic-generator-java jar instead of Bazel. This should be done as part of the Hermetic build project, cc: @JoeWang1127
- Loading branch information