From 928756283045e756b959dabc17c36d13bee42c6e Mon Sep 17 00:00:00 2001 From: cedric Date: Sun, 8 May 2022 21:43:06 +0200 Subject: [PATCH] Added the code of an existing commit with the comment "Fix for Intellij / Mapstuct annotation processing and workaround of constructor autowiring in CustomerServiceImpl" present in branch update-customer but not in the following branches --- pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 251f85ea5..8053f3ef9 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,8 @@ UTF-8 UTF-8 1.8 - 1.2.0.CR2 + 1.2.0.Final + jdt_apt @@ -54,6 +55,14 @@ mapstruct-jdk8 ${org.mapstruct.version} + + + org.mapstruct + mapstruct-processor + ${org.mapstruct.version} + provided + true + org.springframework.boot spring-boot-starter-test @@ -100,7 +109,7 @@ - -Amapstruct.defaultComponentModel=spring + -Amapstruct.defaultComponentModel=spring