From 9c34fae81d4cae9641ce85820b1a28e09a3e691c Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Fri, 29 Apr 2016 01:52:40 +0200 Subject: [PATCH] Checkstyle dependency to runtime version instead of Maven plugin Change-Id: Ica9df2305eccfc055641455d40b56f2838fde5b3 Signed-off-by: Michael Vorburger --- common/checkstyle-logging/pom.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/common/checkstyle-logging/pom.xml b/common/checkstyle-logging/pom.xml index 8e85a61947..2916770251 100644 --- a/common/checkstyle-logging/pom.xml +++ b/common/checkstyle-logging/pom.xml @@ -20,13 +20,17 @@ - org.apache.maven.plugins - maven-checkstyle-plugin - ${checkstyle.version} + com.puppycrawl.tools + checkstyle - org.slf4j - slf4j-api + commons-logging + commons-logging + 1.2 + + + org.slf4j + slf4j-api junit -- 2.36.6