diff --git a/{{cookiecutter.app_name}}/pom.xml b/{{cookiecutter.app_name}}/pom.xml index eeebb2e..b07812f 100644 --- a/{{cookiecutter.app_name}}/pom.xml +++ b/{{cookiecutter.app_name}}/pom.xml @@ -26,12 +26,12 @@ 3.5.4 3.6.2 4.0.2 - 0.8.13 + 0.8.14 3.14.1 3.4.6 5.4 1.0.5 - 1.20.5 + 1.21.0 1.2.3 @@ -207,36 +207,6 @@ - - com.cosium.code - git-code-format-maven-plugin - ${git-code-format-maven-plugin.version} - - - - install-formatter-hook - - install-hooks - - - - - validate-code-format - - validate-code-format - - - - - - - com.cosium.code - google-java-format - ${git-code-format-maven-plugin.version} - - - io.github.phillipuniverse githook-maven-plugin @@ -251,10 +221,6 @@ echo "Validating..." exec mvn test - echo "Formatting code..." - exec mvn git-code-format:format-code - echo "Validating format..." - exec mvn git-code-format:validate-code-format