diff --git a/pom.xml b/pom.xml index 119b7fa..f06c843 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,11 @@ + + com.github.spotbugs + spotbugs + 4.7.3 + org.springframework.boot spring-boot-starter-data-jdbc @@ -118,6 +123,26 @@ MeetMate + + com.github.spotbugs + spotbugs-maven-plugin + 4.7.3 + + Max + Low + true + ${project.build.directory} + + + + spotbugs + verify + + check + + + + org.springframework.boot spring-boot-maven-plugin