This is an automated email from the ASF dual-hosted git repository.
jlli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new be74dc1429 Resolve dependency conflict in pinot-protobuf module
(#11867)
be74dc1429 is described below
commit be74dc1429e4a72c2d51946167c281f039b60165
Author: Jialiang Li <[email protected]>
AuthorDate: Tue Oct 24 17:35:29 2023 -0700
Resolve dependency conflict in pinot-protobuf module (#11867)
Co-authored-by: Jialiang Li <[email protected]>
---
pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml
b/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml
index 7783fb6328..8ba36a7a49 100644
--- a/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml
+++ b/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml
@@ -53,6 +53,12 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>com.google.j2objc</groupId>
+ <artifactId>j2objc-annotations</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.github.os72</groupId>
@@ -132,6 +138,10 @@
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.google.j2objc</groupId>
+ <artifactId>j2objc-annotations</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]