diff --git a/pom.xml b/pom.xml index 0486a826..de8c9deb 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,9 @@ 1.6.7 3.0.0 3.10.0 + 2.44.2 + 3.6.0 + 10.21.4 3.25.5 @@ -139,6 +142,23 @@ com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} + + org.apache.maven.plugins + maven-checkstyle-plugin + ${maven-checkstyle-plugin.version} + + google_checks.xml + true + true + + + + com.puppycrawl.tools + checkstyle + ${checkstyle.version} + + + @@ -229,11 +249,32 @@ + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + + + + true + false + - + + google-java-format + + + + + + + check + + + + - com.google.protobuf