From 0c00333a7dc86a079182db1578bd0d845cca2b6c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 1 Jul 2024 01:30:01 +0300 Subject: `Mapstruct` configuration --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index e9388496..7012452a 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,7 @@ 0.22.0 0.12.6 2.1.0 + 1.5.5.Final @@ -50,6 +51,11 @@ org.hibernate.orm hibernate-community-dialects + + org.mapstruct + mapstruct + ${org.mapstruct.version} + org.springframework.boot spring-boot-starter-validation @@ -312,6 +318,22 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + 17 + 17 + + + org.mapstruct + mapstruct-processor + ${org.mapstruct.version} + + + + org.codehaus.mojo exec-maven-plugin -- cgit v1.2.3