]
Vladimir Blagojevic updated ISPN-6720:
--------------------------------------
Fix Version/s: 9.0.0.Alpha4
(was: 9.0.0.Alpha3)
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
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.