Skip to content

Commit

Permalink
fix: make lombok dependency provided
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaeyaert committed Jun 7, 2024
1 parent d8be6ca commit 5a3d129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>

<!-- Templating -->
Expand Down

0 comments on commit 5a3d129

Please sign in to comment.