From 349b4ae7179173f9261d9a432094cb55dc433820 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Fri, 21 Jul 2023 09:41:01 +0100 Subject: Java 17 Upgrade Issue-ID: POLICY-4668 Change-Id: If4e79224de61d66d7514f3abbd7b8bee1c3d5681 Signed-off-by: adheli.tavares --- common-parameters/pom.xml | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) (limited to 'common-parameters/pom.xml') diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index 2112385c..3c371e21 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2019, 2021 AT&T Intellectual Property. All rights reserved. + * Modifications Copyright (C) 2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,7 +24,7 @@ org.onap.policy.common common-modules - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT common-parameters @@ -31,14 +32,6 @@ [${project.parent.artifactId}] module provides common property and parameter handling the ONAP Policy Framework - - com.google.re2j - re2j - - - org.apache.commons - commons-lang3 - org.slf4j slf4j-api @@ -53,23 +46,5 @@ org.projectlombok lombok - - org.assertj - assertj-core - test - - - junit - junit - test - - - com.google.code.gson - gson - - - jakarta.validation - jakarta.validation-api - -- cgit 1.2.3-korg