soumitra-st opened a new pull request, #11612:
URL: https://github.com/apache/pinot/pull/11612

   I am adding testcases which brings in below dependencies:
   
           <dependency>
               <groupId>org.glassfish.jersey.test-framework</groupId>
               <artifactId>jersey-test-framework-core</artifactId>
               <version>2.26</version>
           </dependency>
           <dependency>
               <groupId>org.glassfish.jersey.test-framework.providers</groupId>
               <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
               <version>2.26</version>
           </dependency>
   
   However, these dependencies also pulls in junit jars, as a result of that 
the test provider becomes junit, and creates issues. 
   
   Hence, adding explicit configuration of test provider to testng for surefire 
plugin in this PR.


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