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}
+
+
+
+
+