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
The following commit(s) were added to refs/heads/release-0.8.0-rc by this push:
new ca99cfe Bump up the "grpc-protobuf-lite" version to 1.19.0 in Apache
Pulsar plugin
ca99cfe is described below
commit ca99cfe46e105547e9bce1077f30ad9061210c0c
Author: Seunghyun Lee <[email protected]>
AuthorDate: Wed Jul 28 10:49:29 2021 -0700
Bump up the "grpc-protobuf-lite" version to 1.19.0 in Apache Pulsar plugin
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: [email protected]
For additional commands, e-mail: [email protected]