From 46e2b2056a52dd581801d55f8d287c04379f9212 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Sat, 8 Feb 2020 17:04:56 +0100 Subject: [PATCH] #992 - Move Checkstyle declaration to pluginManagement. --- parent/pom.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index b4d21b41..132d0cd9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -182,18 +182,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - - - com.puppycrawl.tools - checkstyle - 8.29 - - - io.spring.nohttp - nohttp-checkstyle - 0.0.3.RELEASE - - @@ -1079,6 +1067,24 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.0 + + + com.puppycrawl.tools + checkstyle + 8.29 + + + io.spring.nohttp + nohttp-checkstyle + 0.0.3.RELEASE + + + + org.apache.maven.plugins maven-dependency-plugin @@ -1097,12 +1103,6 @@ 3.0.0-M2 - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.1.0 - - org.apache.maven.plugins maven-failsafe-plugin