aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-07-01 02:46:30 +0300
committerGravatar Vitaly Takmazov2024-07-01 02:46:30 +0300
commit0fe8ba86c60a96b4e67196074ba4ec9944e34d5d (patch)
tree7c1fa51cefe87a286c7dcc465d4baf1254ba4fbe /pom.xml
parent0c00333a7dc86a079182db1578bd0d845cca2b6c (diff)
JPA: map UserEntity to User using `mapstruct` library
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7012452a..c2f8ee79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,6 +331,16 @@
<artifactId>mapstruct-processor</artifactId>
<version>${org.mapstruct.version}</version>
</path>
+ <path>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ <version>1.18.34</version>
+ </path>
+ <path>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok-mapstruct-binding</artifactId>
+ <version>0.2.0</version>
+ </path>
</annotationProcessorPaths>
</configuration>
</plugin>