SyntaxFix
Write A Post
Hire A Developer
Questions
Maven always checks your local repository first, however,your dependency needs to be installed in your repo for maven to find it.
Run mvn install in your dependency module first, and then build your dependent module.
mvn install