Skip to content

Commit

Permalink
Also add the dependency (#611)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim te Beek <tim@moderne.io>
  • Loading branch information
Laurens-W and timtebeek authored Nov 25, 2024
1 parent 90efea3 commit 619a171
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/META-INF/rewrite/java-version-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,12 @@ recipeList:
version: 0.2.0
configuration: annotationProcessor
acceptTransitive: false
- org.openrewrite.maven.AddDependency:
groupId: org.projectlombok
artifactId: lombok-mapstruct-binding
version: 0.2.0
acceptTransitive: false
- org.openrewrite.maven.AddAnnotationProcessor:
groupId: org.projectlombok
artifactId: lombok-mapstruct-binding
version: 0.2.0

0 comments on commit 619a171

Please sign in to comment.