World Seed Selection - srcworld-org/nebula GitHub Wiki
World 0 (May 26, 2017)
https://mvnrepository.com/popular lists JUnit as the most utilized Maven library. Version 4.11 is the most used version. However one dependency chain of 4.11 is:
JUnit 4.11 -> Hamcrest 1.3 -> Qdox 1.12 -> Ant 1.5.1 -> ...
JUnit 4.11 and Ant 1.5.1 rely on incomparable language versions ( > 1.4 vs < 1.4) so JUnit 4.11 is ineligible.
After 4.11 the most used version is 4.12. However one dependency chain of 4.12 is:
JUnit 4.12 -> Hamcrest 1.3 -> Qdox 1.12 -> Ant 1.5.1 -> ...
JUnit 4.12 and Ant 1.5.1 rely on incomparable language versions ( > 1.4 vs < 1.4) so JUnit 4.12 is ineligible.
After 4.12 the most used version is 4.10. However one dependency chain of 4.10 is:
JUnit 4.10 -> Hamcrest 1.1 -> Qdox 1.6.1 -> Ant 1.5.1 -> ...
JUnit 4.12 and Ant 1.5.1 rely on incomparable language versions ( > 1.4 vs < 1.4) so JUnit 4.12 is ineligible.
After 4.8.2 the most used version is 4.8.2. However one dependency chain of 4.8.2 is:
JUnit 4.8.2 -> Hamcrest 1.1 -> Qdox 1.6.1 -> Ant 1.5.1 -> ...
JUnit 4.8.2 and Ant 1.5.1 rely on incomparable language versions ( > 1.4 vs < 1.4) so JUnit 4.8.1 is ineligible.
After 4.8.2 the most used version is 3.8.2.
Select JUnit 3.8.2