From 8d374626fc0359ba33714e530e5635569d39f080 Mon Sep 17 00:00:00 2001 From: Yiming Liu Date: Fri, 25 Mar 2016 11:00:33 +0800 Subject: [PATCH] update checkstyle to upgrade at runtime --- pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fc1da0eb9..59d2fab4a 100644 --- a/pom.xml +++ b/pom.xml @@ -169,6 +169,18 @@ false + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17 + + + com.puppycrawl.tools + checkstyle + 6.16.1 + + + @@ -191,7 +203,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.17 google_checks.xml false @@ -245,7 +256,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.17 google_checks.xml false -- GitLab