[JAVA-22621] Clean up (#14433)

* [JAVA-22621] Clean up

* [JAVA-22621] Clean up
This commit is contained in:
panos-kakos
2023-07-19 15:13:21 +03:00
committed by GitHub
parent 5ab92647bf
commit f25c016cc2
9 changed files with 32 additions and 24 deletions
@@ -69,7 +69,7 @@
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-mapstruct-binding</artifactId>
<version>0.2.0</version>
<version>${lombok-mapstruct-binding.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
@@ -80,6 +80,7 @@
<properties>
<org.mapstruct.version>1.5.3.Final</org.mapstruct.version>
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
</properties>