[FEAT] add dependency of spotbug to have better code
This commit is contained in:
parent
f6f256c006
commit
7d4b246d4a
7
pom.xml
7
pom.xml
@ -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 **
|
||||
|
Loading…
x
Reference in New Issue
Block a user