[FEAT] add dependency of spotbug to have better code

This commit is contained in:
Edouard DUPIN 2024-06-02 21:23:03 +02:00
parent f6f256c006
commit 7d4b246d4a

View File

@ -154,6 +154,13 @@
<artifactId>swagger-jaxrs2-jakarta</artifactId>
<version>2.2.22</version>
</dependency>
<!-- spotbug tooling -->
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.0.0</version>
<scope>compile</scope>
</dependency>
<!--
************************************************************
** TEST dependency **