Jackie-Jiang commented on a change in pull request #7775:
URL: https://github.com/apache/pinot/pull/7775#discussion_r760693989



##########
File path: pinot-clients/pom.xml
##########
@@ -48,6 +48,10 @@
       <artifactId>pinot-spi</artifactId>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>

Review comment:
       `commons-lang3` is already included in the `pinot-spi`. I think the 
issue is that `pinot-spi` is added as `provided`. @xiangfu0 Any idea why we add 
`pinot-spi` as `provided` here?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to