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 --- gson/pom.xml | 51 +++++---------------------------------------------- 1 file changed, 5 insertions(+), 46 deletions(-) (limited to 'gson/pom.xml') diff --git a/gson/pom.xml b/gson/pom.xml index 63e65d9c..07d16782 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - Common Modules ================================================================================ Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019,2023 Nordix Foundation. + Modifications Copyright (C) 2019, 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. @@ -27,57 +27,16 @@ org.onap.policy.common common-modules - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT gson Common Utilities jar + - com.google.re2j - re2j - - - org.slf4j - slf4j-api - provided - - - org.glassfish.jersey.core - jersey-server - - - com.google.code.gson - gson - - - javax.ws.rs - javax.ws.rs-api - - - org.projectlombok - lombok - provided - - - org.assertj - assertj-core - test - - - org.mockito - mockito-core - test - - - org.springframework - spring-test - test - - - junit - junit - test + jakarta.ws.rs + jakarta.ws.rs-api -- cgit 1.2.3-korg