I have wrote a test suite in Junit. In test suite, I have tests from my other packages and from a dependecy. I have defined this dependency in pom.xml.
When i run tests from intellij all tests run normally, and no problem.
But when i try to run tests from command line, only my local tests are run and dependency tests are not run.
How can i solve this issue?