X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=84f8365fe2eaed1011dcc7745dd2835c168dc866;hb=refs%2Fchanges%2F92%2F10692%2F1;hp=60dc16b24efda8806d4b52b428ccb5133fda091d;hpb=e5312aee7325d380aa8ed9799ab58b7a046c1979;p=nonrtric%2Fplt%2Fa1policymanagementservice.git diff --git a/pom.xml b/pom.xml index 60dc16b..84f8365 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% -* Copyright (C) 2019 Nordix Foundation +* 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. @@ -21,17 +21,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.0.4 org.o-ran-sc.nonrtric.plt a1policymanagementservice - 2.4.0-SNAPSHOT + 2.6.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -46,19 +46,18 @@ - 11 - 3.0.0 - 2.8.2 - 2.1.13 - 20211205 - 3.8.0 - 2.12.2 - 1.18.0 + 17 + 20220924 + 3.10.0 + 2.13.0 + 2.30.0 0.30.0 2.1.1 3.7.0.1746 - 0.8.5 - 3.0.0 + 0.8.8 + 3.1.0 + 2.19.17 + 2.0.2 @@ -69,12 +68,7 @@ com.google.guava guava - 31.0.1-jre - - - org.springdoc - springdoc-openapi-ui - 1.6.6 + 31.1-jre org.springframework.boot @@ -98,33 +92,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 @@ -155,18 +133,25 @@ 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.version} + + org.springdoc + springdoc-openapi-ui + 1.6.14 + test + org.springframework.boot spring-boot-starter-test @@ -206,7 +191,16 @@ 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 @@ -279,7 +273,8 @@ ${env.CONTAINER_PULL_REGISTRY} - o-ran-sc/nonrtric-plt-a1policymanagementservice:${project.version} + + o-ran-sc/nonrtric-plt-a1policymanagementservice:${project.version} try ${basedir} @@ -306,7 +301,8 @@ ${env.CONTAINER_PUSH_REGISTRY} - o-ran-sc/nonrtric-plt-a1policymanagementservice:${project.version} + + o-ran-sc/nonrtric-plt-a1policymanagementservice:${project.version} ${basedir} Dockerfile @@ -374,4 +370,4 @@ JIRA https://jira.o-ran-sc.org/ - + \ No newline at end of file