From f2c335b77025ade4c9a4000643f762e3fbd400b9 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Tue, 4 Feb 2020 15:13:53 +0100 Subject: [PATCH] Use latest checkstyle version for all artifact as well. Motivation: 42aa7f0c58375c6fcdc9a3ed26b431999c63c6c7 did update the checkstyle version but missed that we declared it explicitly in the all artifact as well. Modifications: Remove explicit definition in the all artifact. Result: Use latest checkstyle version everywhere. --- all/pom.xml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index e6fecec1bb..74a2db5a79 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -269,20 +269,7 @@ ${project.groupId} netty-build - 19 - - - - - com.puppycrawl.tools - checkstyle - - - - - com.puppycrawl.tools - checkstyle - 7.3 + ${netty.build.version}