Skip to content

Commit

Permalink
Fix lombok scope which is a compiletime only dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Apr 11, 2024
1 parent 0dee234 commit ddbb0d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit ddbb0d9

Please sign in to comment.