diff --git a/pom.xml b/pom.xml index 33ad1f81e..85a48704b 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,9 @@ 4.5 + 3.1.0 + 2.17 + 1.1.0.Final 1.4 @@ -152,6 +155,15 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + -Xlint:all + true + true + + com.mycila license-maven-plugin @@ -190,7 +202,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} prepare-ut-agent @@ -231,6 +242,7 @@ + @@ -274,7 +286,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.17 + ${maven.surefire.plugin.version} true 1 @@ -348,9 +360,13 @@ org.jacoco jacoco-maven-plugin - ${jacoco.maven.version} + ${jacoco.version} + + + org.bsc.maven + maven-processor-plugin + ${maven.processor.plugin.version} -