2021-June-19 - Prerelease - 2.6.259
Pre-release
Pre-release
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.