jackjlli opened a new pull request, #11867: URL: https://github.com/apache/pinot/pull/11867
In LinkedIn, a lower version of protobuf is needed. While there is more than 1 version of that got pulled: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce (default-cli) on project pinot-protobuf: [ERROR] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence failed with message: [ERROR] Failed while enforcing releasability. [ERROR] [ERROR] Dependency convergence error for com.google.j2objc:j2objc-annotations:jar:2.8 paths to dependency are: [ERROR] +-org.apache.pinot:pinot-protobuf:jar:1.1.0-SNAPSHOT [ERROR] +-io.confluent:kafka-schema-registry-client:jar:7.2.6:compile [ERROR] +-com.google.guava:guava:jar:32.0.1-jre:compile [ERROR] +-com.google.j2objc:j2objc-annotations:jar:2.8:compile [ERROR] and [ERROR] +-org.apache.pinot:pinot-protobuf:jar:1.1.0-SNAPSHOT [ERROR] +-io.confluent:kafka-protobuf-serializer:jar:7.2.6:compile [ERROR] +-com.google.protobuf:protobuf-java-util:jar:3.22.0:compile [ERROR] +-com.google.j2objc:j2objc-annotations:jar:1.3:compile ``` This PR tries to resolve the dependency conflict in pinot-protobuf module. Plus, there is no harm to exclude the dependency which is declared in multiple places. Tested by running `mvn clean install -DskipTests -Pbin-dist -Pbuild-shaded-jar -Ppresto-driver --no-transfer-progress -Djdk.version=11` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org