From 70c6c048a477122acf20a60f7700392fa1064e71 Mon Sep 17 00:00:00 2001 From: Jim Bethancourt Date: Mon, 1 Jun 2020 08:19:07 -0500 Subject: [PATCH] #110 Added the spotbugs and findsecbugs plugin to the parent pom --- pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/pom.xml b/pom.xml index aebbf56..e096cbd 100644 --- a/pom.xml +++ b/pom.xml @@ -275,6 +275,43 @@ ${GITHUB_TOKEN} + + com.github.spotbugs + spotbugs-maven-plugin + 4.0.0 + + + com.github.spotbugs + spotbugs + 4.0.3 + + + + Max + Low + true + + + + com.h3xstream.findsecbugs + findsecbugs-plugin + 1.10.1 + + + + + +