From: PatrikBuhr Date: Thu, 9 Mar 2023 14:20:13 +0000 (+0100) Subject: Minor changes X-Git-Tag: 1.5.0~5 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=55d21fe01dc6910308b8cc4869a3a8453389b456;p=nonrtric%2Fplt%2Finformationcoordinatorservice.git Minor changes pom.xml updates Signed-off-by: PatrikBuhr Issue-ID: NONRTRIC-841 Change-Id: I1799e5770e319261c0d289fec0fe44470824196f --- diff --git a/pom.xml b/pom.xml index 3568ce4..8df2782 100644 --- a/pom.xml +++ b/pom.xml @@ -21,12 +21,12 @@ + 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 - 3.0.3 + 3.0.4 org.o-ran-sc.nonrtric.plt @@ -57,6 +57,7 @@ 3.7.0.1746 0.8.8 2.0.2 + 1.6.14 true @@ -68,7 +69,7 @@ org.springdoc springdoc-openapi-ui - ${springdoc.version} + ${springdoc.openapi-ui.version} org.springframework.boot @@ -96,11 +97,6 @@ json ${json.version} - - org.projectlombok - lombok - provided - com.github.erosb @@ -128,13 +124,12 @@ s3 2.17.292 - - org.springdoc - springdoc-openapi-ui - 1.6.6 - test + org.projectlombok + lombok + provided + org.springframework.boot spring-boot-starter-test @@ -288,7 +283,8 @@ ${env.CONTAINER_PULL_REGISTRY} - o-ran-sc/nonrtric-plt-informationcoordinatorservice:${project.version} + + o-ran-sc/nonrtric-plt-informationcoordinatorservice:${project.version} try ${basedir} @@ -315,7 +311,8 @@ ${env.CONTAINER_PUSH_REGISTRY} - o-ran-sc/nonrtric-plt-informationcoordinatorservice:${project.version} + + o-ran-sc/nonrtric-plt-informationcoordinatorservice:${project.version} ${basedir} Dockerfile @@ -339,4 +336,4 @@ JIRA https://jira.o-ran-sc.org/ - + \ No newline at end of file