You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by sn...@apache.org on 2021/07/29 17:22:18 UTC

[pinot] 01/03: Bump up the "grpc-protobuf-lite" version to 1.19.0 in Apache Pulsar plugin (#7220)

This is an automated email from the ASF dual-hosted git repository.

snlee pushed a commit to branch release-0.8.0-rc
in repository https://gitbox.apache.org/repos/asf/pinot.git

commit 668b5e01d7c263e3cdb3081e0a947a43e7d7f782
Author: Seunghyun Lee <sn...@linkedin.com>
AuthorDate: Wed Jul 28 16:21:12 2021 -0700

    Bump up the "grpc-protobuf-lite" version to 1.19.0 in Apache Pulsar plugin (#7220)
    
    gprc-protobuf-lite:1.18.0 pulls the "org.checkerframework:checker-compat-qual"
    library which is based on GPL v2. GPL v2 is one of category X licenses that
    are not allowed to include in Apache release. Bumping up the library to
    1.19.0 resolves the issue.
---
 pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml
index 57750b1..7e720c5 100644
--- a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml
+++ b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml
@@ -52,7 +52,7 @@
     <codehaus-annotations.version>1.17</codehaus-annotations.version>
     <javax.annotation-api.version>1.2</javax.annotation-api.version>
     <commons-collections.version>4.1</commons-collections.version>
-    <grpc-protobuf-lite.version>1.18.0</grpc-protobuf-lite.version>
+    <grpc-protobuf-lite.version>1.19.0</grpc-protobuf-lite.version>
     <swagger-annotations.version>1.5.21</swagger-annotations.version>
     <okio.version>1.6.0</okio.version>
   </properties>
@@ -180,6 +180,14 @@
           <artifactId>grpc-protobuf-lite</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>io.opencensus</groupId>
+          <artifactId>opencensus-contrib-grpc-metrics</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>io.opencensus</groupId>
+          <artifactId>opencensus-api</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-collections4</artifactId>
         </exclusion>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org