From 94bb51841914bc587d4b97a91674b16c046148f5 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 2 Oct 2018 10:38:11 -0400 Subject: [PATCH] Removed check-style dependencies from main pom --- pom.xml | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/pom.xml b/pom.xml index 8e96ebbc1..1f4302d00 100644 --- a/pom.xml +++ b/pom.xml @@ -62,18 +62,6 @@ maven-antrun-plugin 1.7 - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.17 - - - com.puppycrawl.tools - checkstyle - 7.1 - - - org.apache.maven.plugins maven-javadoc-plugin @@ -94,29 +82,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - - - org.springframework.cloud - spring-cloud-build-tools - ${spring-cloud-build.version} - - - - - checkstyle-validation - validate - - checkstyle.xml - UTF-8 - true - true - true - - - check - - -