From 9eeb8e9641163e1c7fc9bba85fedaa965a5d7e2f Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Thu, 24 Oct 2024 14:24:54 +0100 Subject: Removing ONAP O-Parent as parent from CPS - Fixed checkstyle and license validation. - Updated checkstyle configuration (`onap-java-style.xml` and `check-license.xml`) to ensure compatibility with Maven Checkstyle Plugin version 3.3.1 - Removed obsolete properties causing build failures. - Improved code style rules to meet ONAP Java guidelines. - Vulnerabilities scan are now configured on parent pom.xml - Fixed all code style. Issue-ID: CPS-2470 Change-Id: I1e72af604415aa7587cbe1dff471ed0323e29aa3 Signed-off-by: sourabh_sourabh --- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 6c34a19ed1..27a9a216ae 100644 --- a/pom.xml +++ b/pom.xml @@ -23,13 +23,8 @@ - 4.0.0 - - org.onap.oparent - oparent - 3.2.0 - + 4.0.0 org.onap.cps cps-aggregator 3.5.5-SNAPSHOT -- cgit