Skip to content

Commit

Permalink
Merge pull request #14 from ProfElements/patch-1
Browse files Browse the repository at this point in the history
Add provided scope to lombok, otherwise no dependents
  • Loading branch information
SchnTgaiSpock authored Jan 17, 2024
2 parents 1bc5e19 + d527258 commit 33e89f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down Expand Up @@ -160,4 +161,4 @@
<scope>compile</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 33e89f0

Please sign in to comment.