From 8b26696dd58014769346836c731b16680952a8a8 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Fri, 23 Oct 2020 16:52:28 +0300 Subject: [PATCH] Use grpc-bom and protoc-gen-grpc-java version match grpc.version - CI fails currently because of grpc version incompatibilities --- pom.xml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index a0ad9562f68e4..ed9b50d1e15d8 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ flexible messaging model and an intuitive client API. 3.11.4 3.11.4 1.31.0 - 1.12.0 + ${grpc.version} 2.8.2 0.8.3 2.2.0 @@ -787,20 +787,10 @@ flexible messaging model and an intuitive client API. io.grpc - grpc-core - ${grpc.version} - - - - io.grpc - grpc-stub - ${grpc.version} - - - - io.grpc - grpc-protobuf-lite + grpc-bom ${grpc.version} + pom + import