diff --git a/pom.xml b/pom.xml index 26d1f509..05ee95c5 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,10 @@ com.github.spotbugs spotbugs-maven-plugin - 3.1.1 + 3.1.10 + + src/config/spotbugs-exclude.xml + @@ -92,7 +95,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.20.1 + 2.22.1 classes 10 @@ -193,7 +196,6 @@ maven-javadoc-plugin 3.0.1 - true syntax,reference true en diff --git a/src/config/spotbugs-exclude.xml b/src/config/spotbugs-exclude.xml new file mode 100644 index 00000000..40762176 --- /dev/null +++ b/src/config/spotbugs-exclude.xml @@ -0,0 +1,13 @@ + + + + + + + + + + \ No newline at end of file