From d102c85e871eeeed2227c22e334ae1af3218524b Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Fri, 19 Sep 2025 10:10:43 +0200 Subject: [PATCH] Remove JSR 305 annotations exclusion SpotBugs Maven plugin now actively needs the obsolete JSR 305 annotations. So excluding them seems not to work anymore. See https://github.com/spotbugs/spotbugs/discussions/2345 and https://github.com/spotbugs/spotbugs-maven-plugin/issues/1209 --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 11bc38b2..96119e6f 100644 --- a/pom.xml +++ b/pom.xml @@ -144,12 +144,6 @@ com.github.spotbugs spotbugs-annotations ${spotbugs.version} - - - com.google.code.findbugs - jsr305 - - com.google.errorprone