X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=210486a3491fdc141f87d78256448567f2ea6634;hb=b300c00959341d7da452bde2e7ce7b2a186d0a2a;hp=173795298cea7dffbfcfb350e1f84912704b28cb;hpb=4664e0a9c14f1753d348b993dc01133605fc5f83;p=nonrtric%2Fplt%2Fa1policymanagementservice.git diff --git a/pom.xml b/pom.xml index 1737952..210486a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,8 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% -* Copyright (C) 2019 Nordix Foundation +* Copyright (C) 2019-2023: Nordix Foundation +* Copyright (C) 2023: OpenInfra Foundation Europe * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,17 +22,17 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.boot spring-boot-starter-parent - 2.6.6 + 3.2.0 - org.o-ran-sc.nonrtric - nonrtric-plt-a1policymanagementservice - 2.4.0-SNAPSHOT + org.o-ran-sc.nonrtric.plt + a1policymanagementservice + 2.8.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -46,35 +47,31 @@ - 11 - 3.0.0 - 2.8.8 - 2.1.13 - 20211205 - 3.8.0 - 2.12.2 - 1.18.0 - 0.30.0 - 2.1.1 + 17 + 20231013 + 3.10.0 + 2.13.0 + 2.30.0 + 0.43.0 3.7.0.1746 - 0.8.5 - 3.0.0 + 0.8.8 + 3.1.0 + 2.19.17 + 2.0.2 + 1.6.14 + 3.0.0-M8 + 3.0.0-M8 - + commons-io commons-io - 2.11.0 + 2.14.0 com.google.guava guava - 31.0.1-jre - - - org.springdoc - springdoc-openapi-ui - 1.6.6 + 32.0.1-jre org.springframework.boot @@ -98,33 +95,17 @@ true - org.springframework - spring-webflux - - - io.swagger.core.v3 - swagger-jaxrs2 - ${swagger.version} - - - io.swagger.core.v3 - swagger-jaxrs2-servlet-initializer - ${swagger.version} - - - javax.xml.bind - jaxb-api + org.springframework.boot + spring-boot-starter-validation - org.immutables - value - ${immutable.version} - provided + org.springframework + spring-webflux - org.immutables + com.google.code.gson gson - ${immutable.version} + ${gson.version} org.json @@ -141,11 +122,6 @@ lombok provided - - javax.ws.rs - javax.ws.rs-api - ${javax.ws.rs-api.version} - org.glassfish.jersey.inject jersey-hk2 @@ -155,16 +131,17 @@ org.springframework.boot spring-boot-starter-actuator - + - io.springfox - springfox-swagger2 - ${springfox.version} + org.springdoc + springdoc-openapi-starter-webmvc-ui + ${springdoc.version} - io.springfox - springfox-swagger-ui - ${springfox.version} + org.springdoc + springdoc-openapi-ui + ${springdoc.openapi-ui.version} @@ -202,11 +179,19 @@ mockwebserver test - com.github.erosb everit-json-schema - 1.13.0 + 1.14.1 + + + software.amazon.awssdk + s3 + ${software.amazon.awssdk.version} + + + io.micrometer + micrometer-registry-prometheus @@ -218,6 +203,7 @@ org.apache.maven.plugins maven-surefire-plugin + ${surefire-maven-plugin.version} false @@ -279,11 +265,13 @@ ${env.CONTAINER_PULL_REGISTRY} - o-ran-sc/nonrtric-plt-a1policymanagementservice:${project.version} + + o-ran-sc/nonrtric-plt-a1policymanagementservice:${project.version} try ${basedir} Dockerfile + false ${project.build.finalName}.jar @@ -306,10 +294,12 @@ ${env.CONTAINER_PUSH_REGISTRY} - o-ran-sc/nonrtric-plt-a1policymanagementservice:${project.version} + + o-ran-sc/nonrtric-plt-a1policymanagementservice:${project.version} ${basedir} Dockerfile + false ${project.build.finalName}.jar @@ -374,4 +364,13 @@ JIRA https://jira.o-ran-sc.org/ + + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${surefire-report-plugin.version} + + +