Skip to content

Commit 38683f7

Browse files
nancheungfiliphr
authored andcommitted
Fix breaking change from lombok 1.18.16
Closes #110
1 parent 4aed569 commit 38683f7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

mapstruct-lombok/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
<maven.compiler.source>1.8</maven.compiler.source>
2020
<maven.compiler.target>1.8</maven.compiler.target>
2121
<org.mapstruct.version>1.4.1.Final</org.mapstruct.version>
22-
<org.projectlombok.version>1.18.12</org.projectlombok.version>
22+
<org.projectlombok.version>1.18.16</org.projectlombok.version>
23+
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
2324
</properties>
2425

2526
<dependencies>
@@ -82,6 +83,11 @@
8283
<artifactId>lombok</artifactId>
8384
<version>${org.projectlombok.version}</version>
8485
</path>
86+
<path>
87+
<groupId>org.projectlombok</groupId>
88+
<artifactId>lombok-mapstruct-binding</artifactId>
89+
<version>${lombok-mapstruct-binding.version}</version>
90+
</path>
8591
</annotationProcessorPaths>
8692
</configuration>
8793
</plugin>

0 commit comments

Comments
 (0)