From 56c7a53919852f69767f80ae5d671794a985a163 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 6 Sep 2023 09:54:17 +0100 Subject: Upgrade Java 17 in xacml-pdp Issue-ID: POLICY-4821 Change-Id: I96843c7be9f0ef93ca76c85d682fffb2bdfaff13 Signed-off-by: adheli.tavares --- applications/pom.xml | 55 ++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 27 deletions(-) (limited to 'applications/pom.xml') diff --git a/applications/pom.xml b/applications/pom.xml index e3feaa45..d56b42d9 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -3,6 +3,7 @@ ONAP ================================================================================ 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. @@ -18,32 +19,32 @@ ============LICENSE_END========================================================= --> - - 4.0.0 - pom - - - org.onap.policy.xacml-pdp - policy-xacml-pdp - 3.0.0-SNAPSHOT - - - org.onap.policy.xacml-pdp.applications - applications - - - ${project.basedir}/../../target/code-coverage/jacoco-ut.exec - - - - common - guard - match - monitoring - naming - native - optimization - - + + 4.0.0 + pom + + + org.onap.policy.xacml-pdp + policy-xacml-pdp + 3.0.1-SNAPSHOT + + + org.onap.policy.xacml-pdp.applications + applications + + + ${project.basedir}/../../target/code-coverage/jacoco-ut.exec + + + + common + guard + match + monitoring + naming + native + optimization + -- cgit 1.2.3-korg