From 26c461a88d5fbc099b7cce3be9d1d77ac6a82563 Mon Sep 17 00:00:00 2001 From: Ismail Ismailov Date: Thu, 27 Apr 2023 14:46:12 +0200 Subject: [PATCH] Add Mapstruct --- pom.xml | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index c840452b2..38b69b54f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.samples spring-petclinic @@ -27,6 +28,7 @@ 0.0.11 0.0.38 + 1.5.5.Final @@ -119,11 +121,33 @@ test + + org.mapstruct + mapstruct + ${org.mapstruct.version} + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 17 + 17 + + + org.mapstruct + mapstruct-processor + ${org.mapstruct.version} + + + + + io.spring.javaformat spring-javaformat-maven-plugin @@ -149,7 +173,8 @@ - This build requires at least Java ${java.version}, update your JVM, and run the build again + This build requires at least Java ${java.version}, update your JVM, and run the build again + ${java.version} @@ -341,7 +366,9 @@ ${basedir}/src/main/scss/ ${basedir}/src/main/resources/static/resources/css/ - ${project.build.directory}/webjars/META-INF/resources/webjars/bootstrap/${webjars-bootstrap.version}/scss/ + + ${project.build.directory}/webjars/META-INF/resources/webjars/bootstrap/${webjars-bootstrap.version}/scss/ + @@ -376,7 +403,7 @@ - + @@ -389,7 +416,7 @@ - + @@ -402,7 +429,7 @@ - +