Skip to content

Commit 619a171

Browse files
Laurens-Wtimtebeek
andauthored
Also add the dependency (#611)
Co-authored-by: Tim te Beek <[email protected]>
1 parent 90efea3 commit 619a171

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/resources/META-INF/rewrite/java-version-17.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,3 +307,12 @@ recipeList:
307307
version: 0.2.0
308308
configuration: annotationProcessor
309309
acceptTransitive: false
310+
- org.openrewrite.maven.AddDependency:
311+
groupId: org.projectlombok
312+
artifactId: lombok-mapstruct-binding
313+
version: 0.2.0
314+
acceptTransitive: false
315+
- org.openrewrite.maven.AddAnnotationProcessor:
316+
groupId: org.projectlombok
317+
artifactId: lombok-mapstruct-binding
318+
version: 0.2.0

0 commit comments

Comments
 (0)