From a75a5f275e0adb60f0438284c18f47991dd8e08f Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 10 Jan 2026 16:09:24 +0200 Subject: Get rid of spotbugs It's just checkstyle & pmd now --- .../lv/enes/buildstuffs/spotbugs-exclude.xml | 46 ---------------------- pom.xml | 42 -------------------- 2 files changed, 88 deletions(-) delete mode 100644 buildstuffs/src/main/resources/lv/enes/buildstuffs/spotbugs-exclude.xml diff --git a/buildstuffs/src/main/resources/lv/enes/buildstuffs/spotbugs-exclude.xml b/buildstuffs/src/main/resources/lv/enes/buildstuffs/spotbugs-exclude.xml deleted file mode 100644 index 65f2d8d..0000000 --- a/buildstuffs/src/main/resources/lv/enes/buildstuffs/spotbugs-exclude.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 5911345..85fb33f 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,6 @@ 7.20.0 1.2.1 2.0.17 - 4.9.8 3.0.4 3.8.0 @@ -80,7 +79,6 @@ 3.1.4 3.6.2 3.6.3 - 1.12.0 3.5.1 3.1.4 0.8.14 @@ -92,7 +90,6 @@ 3.9.0 3.4.0 3.21.0 - ${spotbugs.version}.2 3.5.4 2.20.1 3.3.4 @@ -121,11 +118,6 @@ brotli4j ${brotli4j.version} - - com.github.spotbugs - spotbugs-annotations - ${spotbugs.version} - info.picocli picocli @@ -395,28 +387,6 @@ maven-wrapper-plugin ${wrapper-plugin.version} - - com.github.spotbugs - spotbugs-maven-plugin - ${spotbugs-plugin.version} - - lv/enes/buildstuffs/spotbugs-exclude.xml - - - com.h3xstream.findsecbugs - findsecbugs-plugin - ${findsecbugs-plugin.version} - - - - - - lv.enes - buildstuffs - ${enes-parent.version} - - - lv.enes vocabulary-builder-plugin @@ -526,18 +496,6 @@ - - com.github.spotbugs - spotbugs-maven-plugin - - - - check - - - - - org.jacoco jacoco-maven-plugin -- cgit v1.2.3