Skip to content

Commit

Permalink
this avoid delombok warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Sep 26, 2024
1 parent b41d4f2 commit fba044f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,11 @@
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.8.6</version>
</dependency>
</dependencies>
<configuration>
<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
Expand Down

0 comments on commit fba044f

Please sign in to comment.