From 9693ec51cf6526082f0ad0c3ad208d144cbbb163 Mon Sep 17 00:00:00 2001 From: egernug Date: Wed, 26 Jul 2023 10:36:15 +0100 Subject: Migrate CPS to Spring-boot 3.0 Issue-ID: CPS-1789 Signed-off-by: egernug Change-Id: I932fca8a50cedf2ae0604401c5e2b27896e4d449 --- cps-ncmp-events/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cps-ncmp-events') diff --git a/cps-ncmp-events/pom.xml b/cps-ncmp-events/pom.xml index 47b10c959..f08142e3d 100644 --- a/cps-ncmp-events/pom.xml +++ b/cps-ncmp-events/pom.xml @@ -36,8 +36,8 @@ jackson-databind - javax.validation - validation-api + jakarta.validation + jakarta.validation-api @@ -47,6 +47,7 @@ org.jsonschema2pojo jsonschema2pojo-maven-plugin + true ${basedir}/src/main/resources/schemas org.onap.cps.ncmp.event.model true -- cgit 1.2.3-korg