From d042fcdae75be100f840b6313e078eab278d87ef Mon Sep 17 00:00:00 2001 From: DylanB95EST Date: Mon, 21 Feb 2022 12:57:08 +0000 Subject: NCMP Java API depends on NCM-Rest-API (cyclic) through json properties on Java API Using POJO and new converter class instead of previous object mapper Issue-ID: CPS-893 Change-Id: I75531f386f08cb172d2901a4bbe97ae22cc5937e Signed-off-by: DylanB95EST --- cps-ncmp-rest/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cps-ncmp-rest/pom.xml') diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml index b3ae81be5..97305cfe9 100644 --- a/cps-ncmp-rest/pom.xml +++ b/cps-ncmp-rest/pom.xml @@ -61,6 +61,14 @@ io.swagger.core.v3 swagger-annotations + + org.mapstruct + mapstruct + + + org.mapstruct + mapstruct-processor + org.codehaus.groovy -- cgit 1.2.3-korg