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 --- pom.xml | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 108 insertions(+), 8 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 03b95d42..91214db0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ ONAP policy ================================================================================ Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019-2020, 2022 Nordix Foundation. + Modifications Copyright (C) 2019-2020, 2022-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. @@ -25,13 +25,13 @@ org.onap.policy.parent integration - 4.0.0-SNAPSHOT + 4.0.1-SNAPSHOT org.onap.policy.common common-modules - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT pom @@ -39,8 +39,6 @@ Common Modules for Policy-Engine in both XACML and Drools flavor - - https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -62,11 +60,112 @@ spring-utils + + + org.yaml + snakeyaml + + + org.slf4j + slf4j-api + + + com.google.code.gson + gson + + + org.apache.commons + commons-lang3 + + + com.fasterxml.jackson.core + jackson-core + + + + + io.prometheus + simpleclient + + + io.prometheus + simpleclient_hotspot + + + io.prometheus + simpleclient_servlet_jakarta + + + io.prometheus + simpleclient_logback + + + com.google.re2j + re2j + + + org.projectlombok + lombok + provided + + + jakarta.xml.bind + jakarta.xml.bind-api + + + jakarta.servlet + jakarta.servlet-api + + + jakarta.validation + jakarta.validation-api + + + io.swagger.core.v3 + swagger-jaxrs2-jakarta + + + io.swagger.core.v3 + swagger-jaxrs2-servlet-initializer-v2-jakarta + + + org.hibernate.orm + hibernate-core + + + org.hibernate + hibernate-core-jakarta + + + + + org.springframework + spring-test + test + + + junit + junit + test + + + org.assertj + assertj-core + test + + + org.mockito + mockito-core + test + + + org.apache.maven.plugins maven-deploy-plugin + 3.1.1 @@ -74,11 +173,12 @@ org.apache.maven.plugins maven-site-plugin + 4.0.0-M9 org.apache.maven.wagon wagon-webdav-jackrabbit - 2.10 + 3.5.3 @@ -89,14 +189,14 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.4 + 3.5.0 false org.umlgraph.doclet.UmlGraphDoc org.umlgraph umlgraph - 5.6 + 5.6.6 -views true -- cgit 1.2.3-korg