From 7d4b246d4ab2cc02960a9f44e277a4e3f652d809 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 2 Jun 2024 21:23:03 +0200 Subject: [PATCH] [FEAT] add dependency of spotbug to have better code --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 39b1775..9ce7cc4 100644 --- a/pom.xml +++ b/pom.xml @@ -154,6 +154,13 @@ swagger-jaxrs2-jakarta 2.2.22 + + + com.github.spotbugs + spotbugs-annotations + 4.0.0 + compile +