diff --git a/pom.xml b/pom.xml index 9b469a3..6df82d5 100644 --- a/pom.xml +++ b/pom.xml @@ -112,6 +112,9 @@ com.github.spotbugs spotbugs-maven-plugin 4.8.6.6 + + spotbugs-exclude.xml + check diff --git a/spotbugs-exclude.xml b/spotbugs-exclude.xml new file mode 100644 index 0000000..14d7383 --- /dev/null +++ b/spotbugs-exclude.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file