X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=dcc295e1c4a08130bd3b1c17c4deb5a34d8b395f;hb=a248acbc769fcae3d5fff469a22978c94766e5b5;hp=859842bbfc587b6aa10316e29f2706b47bd6f364;hpb=a88e7e03d172d1f1fb39be2c8f958eaf4ee50c30;p=nonrtric%2Fplt%2Fa1policymanagementservice.git diff --git a/pom.xml b/pom.xml index 859842b..dcc295e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,8 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% -* Copyright (C) 2019-2023 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.7.7 + 3.2.0 org.o-ran-sc.nonrtric.plt a1policymanagementservice - 2.6.0-SNAPSHOT + 2.7.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -46,30 +47,31 @@ - 11 - 3.0.0 - 2.2.8 - 20220924 + 17 + 20231013 3.10.0 2.13.0 2.30.0 - 0.30.0 - 2.1.1 + 0.43.0 3.7.0.1746 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.1-jre + 32.0.1-jre org.springframework.boot @@ -100,16 +102,6 @@ org.springframework spring-webflux - - io.swagger.core.v3 - swagger-jaxrs2 - ${swagger.version} - - - io.swagger.core.v3 - swagger-jaxrs2-servlet-initializer - ${swagger.version} - com.google.code.gson gson @@ -130,11 +122,6 @@ lombok provided - - javax.ws.rs - javax.ws.rs-api - ${javax.ws.rs-api.version} - org.glassfish.jersey.inject jersey-hk2 @@ -144,24 +131,19 @@ 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 - 1.6.14 - test + ${springdoc.openapi-ui.version} + org.springframework.boot spring-boot-starter-test @@ -197,7 +179,6 @@ mockwebserver test - com.github.erosb everit-json-schema @@ -222,6 +203,7 @@ org.apache.maven.plugins maven-surefire-plugin + ${surefire-maven-plugin.version} false @@ -283,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 @@ -310,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 @@ -378,4 +364,13 @@ JIRA https://jira.o-ran-sc.org/ + + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${surefire-report-plugin.version} + + +