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