From 5ef39534ec0a6de8840677f1ca6a5993a0c628e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Wed, 27 Sep 2023 18:45:29 +0200 Subject: [PATCH] Remove spotbugs workaround --- pom.xml | 3 --- src/config/spotbugs-exclude.xml | 13 ------------- 2 files changed, 16 deletions(-) delete mode 100644 src/config/spotbugs-exclude.xml diff --git a/pom.xml b/pom.xml index 31c4c852..05388a91 100644 --- a/pom.xml +++ b/pom.xml @@ -81,9 +81,6 @@ com.github.spotbugs spotbugs-maven-plugin 4.2.3 - - src/config/spotbugs-exclude.xml - diff --git a/src/config/spotbugs-exclude.xml b/src/config/spotbugs-exclude.xml deleted file mode 100644 index 40762176..00000000 --- a/src/config/spotbugs-exclude.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - \ No newline at end of file