SyntaxFix
Write A Post
Hire A Developer
Questions
I added this to my pom.xml below the project description and it worked:
<properties> <maven.compiler.source>1.6</maven.compiler.source> <maven.compiler.target>1.6</maven.compiler.target> </properties>