Skip to content

Commit

Permalink
Resolve dependency conflict in pinot-protobuf module (apache#11867)
Browse files Browse the repository at this point in the history
Co-authored-by: Jialiang Li <jlli@jlli-mn1.linkedin.biz>
  • Loading branch information
jackjlli and Jialiang Li authored Oct 25, 2023
1 parent 2dca141 commit be74dc1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit be74dc1

Please sign in to comment.