From: Taka Cho Date: Fri, 19 Jun 2020 20:48:19 +0000 (-0400) Subject: xacml-pdp remove onap-java-style from pom X-Git-Tag: 2.3.0~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=f92147f681bac8292021028d88c913ff977dd594;p=policy%2Fxacml-pdp.git xacml-pdp remove onap-java-style from pom Changes for Checkstyle 8.32 Issue-ID: POLICY-2188 Change-Id: Ib7605206d43291f582c035fb84f9c1c55d66d8b3 Signed-off-by: Taka Cho --- diff --git a/pom.xml b/pom.xml index 69be0437..4b4d8f76 100644 --- a/pom.xml +++ b/pom.xml @@ -122,44 +122,6 @@ - - - maven-checkstyle-plugin - - - onap-java-style - - check - - process-sources - - - onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectory} - true - true - true - - - /checkstyle-suppressions.xml - true - true - warning - - - - - - org.onap.oparent - checkstyle - ${oparent.version} - compile - - - -