stackoverflow.com/questions/1…
Ok, you’ve declared junit dependency for test classes only (those that are in src/test/java but you’re trying to use it in main classes (those that are in src/main/java).
stackoverflow.com/questions/1…
Ok, you’ve declared junit dependency for test classes only (those that are in src/test/java but you’re trying to use it in main classes (those that are in src/main/java).