From d59b5eff6118663cdf8e57ed2c61c9b4900f3c29 Mon Sep 17 00:00:00 2001 From: egernug Date: Thu, 19 Oct 2023 11:23:13 +0100 Subject: Upgrade of DMI-Plugin to Spring Boot 3.1.2 Issue-ID: CPS-1790 Signed-off-by: egernug Change-Id: I3eaf8307660ce8d8d33ad98cabb891bcdd663713 --- pom.xml | 118 +++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 76 insertions(+), 42 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f2ae66d6..98b0051c 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ org.onap.cps.ncmp.dmi.Application ${docker.pull.registry}/onap/integration-java17:12.0.0 - 3.3.6 + 3.3.8 ${project.version}-${maven.build.timestamp} 0.98 yyyyMMdd'T'HHmmss'Z' @@ -48,6 +48,20 @@ + + org.springframework.boot + spring-boot-dependencies + 3.1.2 + pom + import + + + org.springframework.cloud + spring-cloud-dependencies + 2022.0.3 + pom + import + com.google.code.gson gson @@ -84,35 +98,29 @@ 4.5.13 - org.springframework.boot - spring-boot-dependencies - 2.7.6 - pom - import + org.codehaus.groovy + groovy + 3.0.18 org.spockframework - spock-bom - 2.0-M5-groovy-3.0 - pom - import + spock-core + 2.4-M1-groovy-3.0 - org.springdoc - springdoc-openapi-ui - 1.6.6 + org.spockframework + spock-spring + 2.4-M1-groovy-3.0 - org.springframework.cloud - spring-cloud-dependencies - 2021.0.3 - pom - import + org.springdoc + springdoc-openapi-starter-webmvc-ui + 2.0.2 org.testcontainers testcontainers-bom - 1.17.3 + 1.18.3 pom import @@ -121,14 +129,48 @@ janino 3.1.7 + + org.projectlombok + lombok + 1.18.24 + org.onap.cps cps-ncmp-events ${cps.version} + + org.apache.httpcomponents.client5 + httpclient5 + 5.2.1 + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-validation + + + org.springdoc + springdoc-openapi-starter-webmvc-ui + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.kafka + spring-kafka + com.google.code.gson gson @@ -169,6 +211,7 @@ org.apache.httpcomponents httpclient + org.codehaus.groovy groovy @@ -178,36 +221,24 @@ janino - org.onap.cps - cps-ncmp-events + org.eclipse.jetty + jetty-server - org.projectlombok - lombok + org.eclipse.jetty + jetty-http - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-validation - - - org.springdoc - springdoc-openapi-ui - - - org.springframework.boot - spring-boot-starter-security + org.onap.cps + cps-ncmp-events - org.springframework.boot - spring-boot-starter-actuator + org.projectlombok + lombok - org.springframework.kafka - spring-kafka + org.apache.httpcomponents.client5 + httpclient5 @@ -295,6 +326,7 @@ java11 true true + true false true @@ -339,7 +371,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.6.4 + 3.1.2 @@ -492,6 +524,7 @@ org.jacoco jacoco-maven-plugin + 0.8.10 org/onap/cps/ncmp/dmi/model/* @@ -545,6 +578,7 @@ com.google.cloud.tools jib-maven-plugin + 3.3.2 ${app} -- cgit 1.2.3-korg