Skip to content

2021-June-19 - Prerelease - 2.6.259

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jun 23:00
755c693
Exclude junit3 transitive dependency - fixes IDEA test runner (#9371)

Looks like JLayer is pulling in a Junit3 dependency. This dependency
is being picked up by IDEA to then run tests as Junit3 (which then fail).
Excluding this dependency looks to get the test runner back on track
and running tests.

* Remove Junit4 classes, no longer on classpath.