This is an automated email from the ASF dual-hosted git repository.
rgao pushed a commit to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.8 by this push:
new 8df34ca7bdb [Build] Use grpc-bom to align grpc library versions
(#15234)
8df34ca7bdb is described below
commit 8df34ca7bdbce755e586b97bd71574b6e0b88348
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Apr 20 14:55:09 2022 +0300
[Build] Use grpc-bom to align grpc library versions (#15234)
(cherry picked from commit 081f0d1d20165007de1ed8b0ebd130605e094910)
---
pom.xml | 26 ++++++++------------------
1 file changed, 8 insertions(+), 18 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8319ca5c7a6..a11213b4c21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -900,6 +900,14 @@ flexible messaging model and an intuitive client
API.</description>
<version>${typetools.version}</version>
</dependency>
+ <dependency>
+ <groupId>io.grpc</groupId>
+ <artifactId>grpc-bom</artifactId>
+ <version>${grpc.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-all</artifactId>
@@ -912,12 +920,6 @@ flexible messaging model and an intuitive client
API.</description>
</exclusions>
</dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-core</artifactId>
- <version>${grpc.version}</version>
- </dependency>
-
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
@@ -949,18 +951,6 @@ flexible messaging model and an intuitive client
API.</description>
</exclusions>
</dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-stub</artifactId>
- <version>${grpc.version}</version>
- </dependency>
-
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-protobuf-lite</artifactId>
- <version>${grpc.version}</version>
- </dependency>
-
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-bom</artifactId>