Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
The TDML Runner has a compile time dependency on JUnit4. This means that the Junit4 jar and its dependencies are included in our binary distributions, and that affects licensing. The new dependencies do have compatible licenses with Apache, but it really seems unnecessary to include something intended for testing as a compile dependency.
To avoid that and any potential licensing issues, we should remove this compile dependency and handle it somehow else, e.g. reflection.