gortiz commented on code in PR #10184:
URL: https://github.com/apache/pinot/pull/10184#discussion_r1144669694
##########
pinot-compatibility-verifier/pom.xml:
##########
@@ -92,6 +92,11 @@
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
Review Comment:
This dependency was being used, but wasn't declared here. I discovered this
when one of the test fail. When the test fail, a testng assertion error was
thrown. The funny thing is that the assertion error class wasn't in the
classpath, so the error I'd got was a class not found exception. Once I added
this dependency, the error message I had was the actual error that I had to
solve.
--
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]