dongxiaoman commented on a change in pull request #8107:
URL: https://github.com/apache/pinot/pull/8107#discussion_r797124165



##########
File path: pinot-integration-tests/pom.xml
##########
@@ -373,5 +381,10 @@
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.glassfish.hk2</groupId>
+      <artifactId>hk2-metadata-generator</artifactId>

Review comment:
       This module is needed in any project that wish its classes to be 
auto-discovered.
   When building the project, this module will create 
`META-INF/hk2-locator/default` file in JAR, and write the class name into that 
filer properly.
   Later the `ServiceAutoDiscoveryFeature` class will automatically load the 
class.




-- 
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

Reply via email to