From be74dc1429e4a72c2d51946167c281f039b60165 Mon Sep 17 00:00:00 2001 From: Jialiang Li Date: Tue, 24 Oct 2023 17:35:29 -0700 Subject: [PATCH] Resolve dependency conflict in pinot-protobuf module (#11867) Co-authored-by: Jialiang Li --- .../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 7783fb63283..8ba36a7a49a 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 @@ com.google.protobuf protobuf-java + + + com.google.j2objc + j2objc-annotations + + com.github.os72 @@ -132,6 +138,10 @@ com.google.errorprone error_prone_annotations + + com.google.j2objc + j2objc-annotations +