SyntaxFix
Write A Post
Hire A Developer
Questions
You're probably missing some dependencies.
Locate the dependencies you're missing with mvn dependency:tree, then install them manually, and build your project with the -o (offline) option.
mvn dependency:tree
-o