Dependency Management.
Dear maintainers,
I cannot compile the project in my editor because of Tests that needs a JUnit dependency. It is hard to determine the exact version(s) used for the JUnit code, since this seems like a very old version of JUnit, and the actual version is not stated anywhere in the readme.txt. Have you guys considered using a dependency management or build tool, to avoid these issues?
I am currently altering some Test classes because they do not compile. But this is a dirty and quick solution, and will cause problems in the future. Is there a possibility you can explicitly define a list of dependencies with versions somewhere? Or tell me the version of JUnit?
Or have i missed something completely?
Friendly greetings, Niek.