From 5c93ec0a0acbce714955a14eaec387abb3ef0353 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 21 Oct 2019 06:12:43 +0200 Subject: [PATCH] Remove superfluous checkstyle/spotbugs configuration odlparent is already configuring these, remove the declarations. Change-Id: I309cd92b5096f6ec2c2d025f0ba735412dc94720 Signed-off-by: Robert Varga --- parent/pom.xml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index fb429a273e..5639901683 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -60,23 +60,4 @@ - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - -- 2.36.6