From 6d8c4a78653b8467a1f2764d7972a18f6d105fea Mon Sep 17 00:00:00 2001 From: tuanvu Date: Wed, 24 Sep 2025 10:17:38 +0200 Subject: [PATCH] mapstruct --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index 0c4f79a..e01895b 100644 --- a/pom.xml +++ b/pom.xml @@ -11,9 +11,15 @@ 11 11 + 1.6.3 + + org.mapstruct + mapstruct + ${org.mapstruct.version} + org.hibernate hibernate-core @@ -58,6 +64,23 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + org.mapstruct + mapstruct-processor + ${org.mapstruct.version} + + + + +