X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=pom.xml;h=210486a3491fdc141f87d78256448567f2ea6634;hb=b300c00959341d7da452bde2e7ce7b2a186d0a2a;hp=84f8365fe2eaed1011dcc7745dd2835c168dc866;hpb=d16cf7f33f3cb0a104ca91a5e5db59d3ad81bb21;p=nonrtric%2Fplt%2Fa1policymanagementservice.git diff --git a/pom.xml b/pom.xml index 84f8365..210486a 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. @@ -26,12 +27,12 @@ org.springframework.boot spring-boot-starter-parent - 3.0.4 + 3.2.0 org.o-ran-sc.nonrtric.plt a1policymanagementservice - 2.6.0-SNAPSHOT + 2.8.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -47,28 +48,30 @@ 17 - 20220924 + 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 @@ -119,11 +122,6 @@ lombok provided - - javax.ws.rs - javax.ws.rs-api - ${javax.ws.rs-api.version} - org.glassfish.jersey.inject jersey-hk2 @@ -143,15 +141,9 @@ org.springdoc springdoc-openapi-ui - ${springdoc.version} + ${springdoc.openapi-ui.version} - - org.springdoc - springdoc-openapi-ui - 1.6.14 - test - org.springframework.boot spring-boot-starter-test @@ -187,7 +179,6 @@ mockwebserver test - com.github.erosb everit-json-schema @@ -212,6 +203,7 @@ org.apache.maven.plugins maven-surefire-plugin + ${surefire-maven-plugin.version} false @@ -279,6 +271,7 @@ try ${basedir} Dockerfile + false ${project.build.finalName}.jar @@ -306,6 +299,7 @@ ${basedir} Dockerfile + false ${project.build.finalName}.jar @@ -370,4 +364,13 @@ JIRA https://jira.o-ran-sc.org/ - \ No newline at end of file + + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${surefire-report-plugin.version} + + + +