aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorZHANG Dapeng <zdapeng@google.com>2020-03-27 17:09:27 -0700
committerGitHub <noreply@github.com>2020-03-27 17:09:27 -0700
commit0b4503e4b27833e0797f08db721414f4d07397f9 (patch)
tree00cc02bcb08eff32b452d88d90111f69f93b43d3 /build.gradle
parente28bb1975f50ce7eb8002feffe46e6cb58096dc2 (diff)
downloadgrpc-grpc-java-0b4503e4b27833e0797f08db721414f4d07397f9.tar.gz
xds: rollback PGV dependency from using maven artifact to importing proto source
PGV is adding new fields (`well_known_regex` and `strict`) to proto and some of our new features require the most current envoy API which in turn requires the new fields in latest PGV proto (https://github.com/envoyproxy/envoy/blob/master/api/envoy/api/v2/core/base.proto#L251), but they are not available in the latest PGV maven release.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 974109bfd..7d7315798 100644
--- a/build.gradle
+++ b/build.gradle
@@ -151,7 +151,6 @@ subprojects {
opencensus_impl_lite: "io.opencensus:opencensus-impl-lite:${opencensusVersion}",
instrumentation_api: 'com.google.instrumentation:instrumentation-api:0.4.3',
perfmark: 'io.perfmark:perfmark-api:0.19.0',
- pgv: 'io.envoyproxy.protoc-gen-validate:pgv-java-stub:0.2.0',
protobuf: "com.google.protobuf:protobuf-java:${protobufVersion}",
protobuf_lite: "com.google.protobuf:protobuf-javalite:${protobufVersion}",
protobuf_util: "com.google.protobuf:protobuf-java-util:${protobufVersion}",