From 1c88eab068811dab80fc4bbba30324ddb9127a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20B=C3=B6ckmann?= <75972296+bencodes07@users.noreply.github.com> Date: Mon, 20 May 2024 14:18:56 +0200 Subject: [PATCH] Update pom.xml --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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