Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix dependencies in java-dataproc (#11109)
* chore: fix dependencies in java-dataproc This PR fixes java-dataproc by changing its `gprc-google-iam-v1` to test-scoped. This however brings a compilation error because the proto classes transitively brought by the mentioned dependency are not available anymore. This is fixed by additionally bringing the `proto-google-iam-v1` as compile-scoped. More context in https://www.techradar.com/news/audio/portable-audio/best-noise-cancelling-headphones-1280490#section-the-best-premium-noise-cancelling-headphones * Update pom.xml
- Loading branch information