diff --git a/parent/pom.xml b/parent/pom.xml index a481657..009c8b6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -56,6 +56,7 @@ 1.10.12_1 1.11.75 2.16.0 + 8.0 1.8.3_1 1.8.3 1.6 @@ -90,6 +91,7 @@ 4.0.2 3.5.0_1 3.5.0 + 2.17 2.0.8_6 5.0.0 5.0.0 @@ -555,6 +557,24 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + ${maven.checkstyle.plugin.version} + + + com.puppycrawl.tools + checkstyle + ${checkstyle.version} + + + + checkstyle.xml + UTF-8 + true + false + +