From 55d21fe01dc6910308b8cc4869a3a8453389b456 Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Thu, 9 Mar 2023 15:20:13 +0100 Subject: [PATCH] Minor changes pom.xml updates Signed-off-by: PatrikBuhr Issue-ID: NONRTRIC-841 Change-Id: I1799e5770e319261c0d289fec0fe44470824196f --- pom.xml | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) 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 -- 2.16.6