SyntaxFix
Write A Post
Hire A Developer
Questions
Make sure you have following configuration in your pom.xml file.
pom.xml
<properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> </properties>