]
Sebastian Łaskawiec updated ISPN-6720:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Module tests depend on both testng and junit
--------------------------------------------
Key: ISPN-6720
URL:
https://issues.jboss.org/browse/ISPN-6720
Project: Infinispan
Issue Type: Bug
Components: Build process
Affects Versions: 9.0.0.Alpha2
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.0.0.Alpha4, 9.0.0.Final
The parent pom adds default dependencies to testng and junit (as well as mockito).
Because of this many modules use a mix of test utility classes.
We should drop the default dependencies and force each module to choose the testing
libraries it needs.