Fix error message: maven error: package org.junit does not exist

218 阅读1分钟

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).