You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/09/09 05:56:08 UTC

[GitHub] [pinot] somandal commented on a diff in pull request #9351: Fix jdk8 build issue due to missing pom dependency

somandal commented on code in PR #9351:
URL: https://github.com/apache/pinot/pull/9351#discussion_r966650616


##########
pinot-connectors/prestodb-pinot-dependencies/pinot-java-client-jdk8/pom.xml:
##########
@@ -59,6 +59,11 @@
       <artifactId>pinot-spi-jdk8</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.pinot</groupId>
+      <artifactId>pinot-common</artifactId>

Review Comment:
   oops, let me sent out another PR once I test that the build works with this. thanks for the catch!



-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org